isGM
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")]
Returns 1 if the player is a GM or 0 if they are not.
[h: gm = isGM()]
I am a [r: if(isGM(), "GM", "Player")]