isGM

From RPTools Wiki
Revision as of 21:08, 8 March 2009 by Verisimilar (talk | contribs) (Changed category.)
Jump to navigation Jump to search

isGM() Function

Returns 1 if the player is a GM or 0 if they are not.

Usage

[h: gm = isGM()]

Example

I am a [r: if(isGM(), "GM", "Player")]