isGM: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:isGM moved to isGM) |
(No difference)
|
Revision as of 20:52, 8 March 2009
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")]