isGM
isGM() Function
• Introduced in version 1.3b48
Returns
true
(1
) if the player is a GM or false
(0
) if they are not.Usage
isGM()
b90+ allows to add a string parameter 'player' to check if the player is a GM or not.
isGM('player')
Example
I am a [r,if(isGM()): "GM"; "Player"]
b90+
[r: player = getPlayerName()] is a [r,if(isGM(player)): "GM"; "Player"]