initiativeSize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: num = initiativeSize()] | [h: num = initiativeSize()] | ||
</ | </syntaxhighlight> | ||
|example= | |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]] | [[Category:Initiative Function]] |
Revision as of 16:24, 15 March 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.