isOwner
isOwner() Function
• Introduced in version 1.3b48
Usage
isOwner()
isOwner(id)
Parameter
id
- The tokenid
of the token which is checked for ownership, defaults to the Current Token.Note: This parameter can only be used in a Trusted Macro.
Examples
Returns
You can edit me.
if the Current Token is owned by the Player.
[r, if(isOwner()): "You can edit me."]
See Also
Version Changes
- 1.3b51 - Added
id
parameter option.