initiativeSize: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function initiativeSize== Returns the number of tokens in the Initiative:initiative panel ===Usage=== <source lang="mtmacro" line> [h: num = initiativeSize()] </source> ===Exampl...) |
No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
Returns the number of tokens in the [[Initiative | |name=initiativeSize | ||
|description= | |||
Returns the number of tokens in the [[Introduction to Initiative|initiative panel]] | |||
|usage= | |||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: num = initiativeSize()] | [h: num = initiativeSize()] | ||
</ | </syntaxhighlight> | ||
|example= | |||
<syntaxhighlight lang="mtmacro" line> | |||
< | |||
There are [r: initiativeSize()] tokens in the initiative list. | There are [r: initiativeSize()] tokens in the initiative list. | ||
</ | </syntaxhighlight> | ||
}} | |||
[[Category:Initiative Function]] |
Latest revision as of 23:59, 4 May 2023
initiativeSize() Function
Returns the number of tokens in the initiative panel
Usage
[h: num = initiativeSize()]
Example
There are [r: initiativeSize()] tokens in the initiative list.