isOwnedByAll: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function isNPC== Returns 1 if the Token:token has the Token:owned by all check box is checked. ===Usage=== <source lang="mtmacro" line> [h: byAll = isOwnedByAll()] </source> ...)
 
Line 1: Line 1:
==Function isNPC==
==Function isNPC==


Returns 1 if the [[Token:token|token]] has the [[Token:owned by all|owned by all]] check box is checked.
Returns 1 if the [[Token:token|token]] has the [[Token:owned by all|owned by all]] check box checked.


===Usage===
===Usage===

Revision as of 15:29, 6 December 2008

Function isNPC

Returns 1 if the token has the owned by all check box checked.

Usage

[h: byAll = isOwnedByAll()]


Examples

[r, if(isOnwedByAll()): "Anyone can edit me"]