isGM: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Functions:isGM moved to isGM) |
Verisimilar (talk | contribs) (Changed category.) |
||
Line 14: | Line 14: | ||
</source> | </source> | ||
}} | }} | ||
[[Category: | [[Category:Permission Function]] |
Revision as of 21:08, 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")]