getInitiativeHold

From RPTools Wiki
Revision as of 10:06, 10 March 2009 by Verisimilar (talk | contribs) (Added version, cleaned up formatting.)
Jump to navigation Jump to search

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

getInitiativeHold() Function

Introduced in version 1.3b41
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

getInitiativeHold()

Examples

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