isGM

From RPTools Wiki
Jump to navigation Jump to search

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")]