isTrusted

From RPTools Wiki
Revision as of 16:05, 6 December 2008 by Craig (talk | contribs)
Jump to navigation Jump to search

Function isTrusted

Returns 1 if this is running as a trusted macro or 0 if it is not.

Usage

[h: trusted = isTrusted()]


Example

fog of war.

[r, if(isTrusted()): "I can run the trusted functions! yay!")]