isGM: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Applied Template:MacroFunction)
(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")]