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()
Note: This refers to a proposed change that has not been implemented in the main code base yet.
Details:
isGM(player)
player
- player's name as a string to check if he is a GM or not.
Example
I am a [r,if(isGM()): "GM"; "Player"]
Note: This refers to a proposed change that has not been implemented in the main code base yet.
Details:
[r: player = getPlayerName()] is a [r,if(isGM(player)): "GM"; "Player"]
Version Changes
Note: This refers to a proposed change that has not been implemented in the main code base yet.
Details:
* b90 - Added player
parameter