isOwner: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function isOwner== Returns 1 if the Player is and owner of the Token:token. ===Usage=== <source lang="mtmacro" line> [h: owner = isOwner()] </source> ===Examples=== <source ...) |
No edit summary |
||
Line 1: | Line 1: | ||
==Function isOwner== | ==Function isOwner== | ||
Returns 1 if the [[Player]] is and owner of the [[Token: | Returns 1 if the [[Player]] is and owner of the [[Token:Current Token|Current Token]]. | ||
===Usage=== | ===Usage=== |
Revision as of 13:18, 13 December 2008
Function isOwner
Returns 1 if the Player is and owner of the Current Token.
Usage
[h: owner = isOwner()]
Examples
[r, if(isOwner()): "You can edit me."]