isTrusted: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page isTrusted to IsTrusted without leaving a redirect: Converting page title to first-letter uppercase)
m (Conversion script moved page IsTrusted to isTrusted: Converting page titles to lowercase)
(No difference)

Revision as of 22:57, 9 February 2023

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!"]