isTrusted
Function isTrusted
Returns 1 if this is running as a trusted macro or 0 if it is not.
Usage
[h: trusted = isTrusted()]
Example
The following example will print out the names of all the tokens on the current map not covered by fog of war.
[r, if(isTrusted()): "I can run the trusted functions! yay!")]