getInitiativeRound: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page getInitiativeRound to GetInitiativeRound without leaving a redirect: Converting page title to first-letter uppercase)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=getInitiativeRound
|name=getInitiativeRound
|description=Returns the current [[Initiative:round number{{!}}round number]] in the [[Initiative:initiative panel{{!}}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()]