getInitiativeRound: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function getInitiativeRound== Returns the current Initiative:round number in the Initiative:initiative panel ===Usage=== <source lang="mtmacro" line> [h: round = getInitiative...) |
Verisimilar (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
Returns the current [[Initiative:round number | |name=getInitiativeRound | ||
|description=Returns the current [[Initiative:round number{{!}}round number]] in the [[Initiative:initiative panel{{!}}initiative panel]] | |||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: round = getInitiativeRound()] | [h: round = getInitiativeRound()] | ||
</source> | </source> | ||
|examples= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
Round Number [r: getInitiativeRound()] | Round Number [r: getInitiativeRound()] | ||
</source> | </source> | ||
}} | |||
[[Category:Initiative Function]] |
Revision as of 03:44, 7 March 2009
getInitiativeRound() Function
Returns the current round number in the initiative panel
Usage
[h: round = getInitiativeRound()]
Examples
Round Number [r: getInitiativeRound()]