isOwnedByAll: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (→Function isNPC) |
||
Line 1: | Line 1: | ||
==Function | ==Function isOwnedByAll== | ||
Returns 1 if the [[Token:Current Token|Current Token]] has the [[Token:owned by all|owned by all]] check box checked. | Returns 1 if the [[Token:Current Token|Current Token]] has the [[Token:owned by all|owned by all]] check box checked. |
Revision as of 03:47, 23 December 2008
Function isOwnedByAll
Returns 1 if the Current Token has the owned by all check box checked.
Usage
[h: byAll = isOwnedByAll()]
Examples
[r, if(isOnwedByAll()): "Anyone can edit me"]