initiativeSize: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page initiativeSize to InitiativeSize without leaving a redirect: Converting page title to first-letter uppercase) |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name=initiativeSize | |name=initiativeSize | ||
|description= | |description= | ||
Returns the number of tokens in the [[Initiative | Returns the number of tokens in the [[Introduction to Initiative|initiative panel]] | ||
|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]] |
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.