Difference between revisions of "@SeeHidden"

From SphereWiki
Jump to: navigation, search
(Created page with "==Description== This trigger fires when a hidden character is going to be shown by another character. Fires on: * Characters ==References== The following object referen...")
 
m (minor typo edit.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
==Description==
 
==Description==
This trigger fires when a hidden character is going to be shown by another character.
+
This trigger fires when character is going to see a hidden character so it can control whether to see it or not.
  
  
Line 23: Line 23:
 
| '''Argument''' || '''In/Out''' || '''Description'''
 
| '''Argument''' || '''In/Out''' || '''Description'''
 
|-
 
|-
| ARGN1 || IO || 0 will remain invisible for the viewer/ 1 the viewer will see this character grayed.
+
| ARGN1 || IO || 0 will remain invisible for the viewer/ 1 the viewer will see this character grayed (like an Admin sees an invisible GM).
 
|}
 
|}
 
  
 
==Notes==
 
==Notes==

Latest revision as of 21:33, 18 May 2016

Description

This trigger fires when character is going to see a hidden character so it can control whether to see it or not.


Fires on:

References

The following object references are explicitly available for this trigger:

Name Description
I The character viewing.
SRC The character hidden.

Arguments

The following arguments are set for this trigger. If an argument is marked as "In" then a value will be passed in to the trigger, if an argument is marked as "Out" then it can be set to a value to affect Sphere's behaviour:

Argument In/Out Description
ARGN1 IO 0 will remain invisible for the viewer/ 1 the viewer will see this character grayed (like an Admin sees an invisible GM).

Notes

This trigger is being fired a lot, keep it clean.


Return Values

The following return values are explicitly defined for this trigger:


This trigger doesn't have return values, characters must be send always.