getInitiativeHold

From RPTools Wiki
Jump to navigation Jump to search

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")]