getInitiativeHold: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) No edit summary |
Verisimilar (talk | contribs) m (Macros:Functions:getInitiativeHold moved to getInitiativeHold) |
(No difference)
|
Revision as of 03:39, 7 March 2009
getInitiativeHold() Function
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")]