getInitiativeHold

From RPTools Wiki
Revision as of 21:42, 1 December 2008 by Craig (talk | contribs) (New page: ==Function getInitiativeHold== Returns if the Token:token is on Initiative:hold in the Initiative:initiative panel or not. This function will return 1 if the [[Token:token|...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function getInitiativeHold

Returns if the token is on hold in the initiative panel or not. This function will return 1 if the token is on hold or 0 if it is not.

Usage

[h: onHold = getInitiativeHold()]

Examples

[r: if(getInitiativeHold(), "You are on hold", "You are not on hold")]