isTrusted
Function isTrusted
Returns 1 if this is running as a trusted macro or 0 if it is not.
Usage
[h: trusted = isTrusted()]
Example
[r, if(isTrusted()): "I can run the trusted functions! yay!")]
Returns 1 if this is running as a trusted macro or 0 if it is not.
[h: trusted = isTrusted()]
[r, if(isTrusted()): "I can run the trusted functions! yay!")]