getInitiativeRound: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=getInitiativeRound
|name=getInitiativeRound
|description=Returns the current [[Initiative:round number{{!}}round number]] in the [[introduction to Initiative{{!}}initiative panel]].  Returns {{code|-1}} if round number is blank.
|description=Returns the current [[Introduction to Initiative|round number]] in the [[Introduction to Initiative|initiative panel]].  Returns {{code|-1}} if round number is blank.


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


|examples=
|examples=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
Round Number [r: getInitiativeRound()]
Round Number [r: getInitiativeRound()]
</source>
</syntaxhighlight>
}}
}}
[[Category:Initiative Function]]
[[Category:Initiative Function]]

Latest revision as of 23:34, 24 April 2023

getInitiativeRound() Function

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

Usage

[h: round = getInitiativeRound()]

Examples

Round Number [r: getInitiativeRound()]