Contents |
Returns true(1) if the given Player is an owner of a specific Token.
isOwner()
isOwner(player)
isOwner(player, id)
Parameters
plyer - The name of the player to check for ownership, defaults to the Current Player.
id - The token id of the token which is checked for ownership, defaults to the Current Token. Note: This parameter can only be used in a Trusted Macro.
Returns You can edit me. if the Current Player is an owner of the Current Token.
[r, if(isOwner()): "You can edit me."]Returns Azhrei can edit me. if the given Player is an owner of the given Token.
[h: id = getSelected() ][r, if(isOwner("Azhrei", id)): "Azhrei can edit me."]id parameter option.