isTrusted

From RPTools Wiki
Revision as of 20:13, 15 March 2023 by Taustin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

isTrusted() Function

Introduced in version 1.3b48
Returns 1 if this is running as a trusted macro or 0 if it is not.

Usage

isTrusted()

Example

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