isGM

From RPTools Wiki
Revision as of 15:21, 6 December 2008 by Craig (talk | contribs) (New page: ==Function isGM== Returns 1 if the player is a GM or 0 if they are not. ===Usage=== <source lang="mtmacro" line> [h: gm = isGM()] </source> ===Examples=== <source lang="mtmacro" line> I...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function isGM

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

Usage

[h: gm = isGM()]


Examples

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