isOwnedByAll

From RPTools Wiki
Revision as of 15:29, 6 December 2008 by Craig (talk | contribs) (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> ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function isNPC

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

Usage

[h: byAll = isOwnedByAll()]


Examples

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