getInitiativeRound

From RPTools Wiki
Revision as of 18:01, 14 March 2023 by Taustin (talk | contribs) (Text replacement - "source>" to "syntaxhighlight>")
Jump to navigation Jump to search

getInitiativeRound() Function

Returns the current round number in the initiative panel. Returns -1 if round number is blank.

Usage

<source lang="mtmacro" line> [h: round = getInitiativeRound()] </syntaxhighlight>

Examples

<source lang="mtmacro" line>

Round Number [r: getInitiativeRound()]

</syntaxhighlight>