getCurrentInitiative: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function getCurrentInitiative== {{GMOnlyFunction}} Gets the offset of the Token:token in the Initiative:initiative panel that has the Initiative:initiative. The offset sta...) |
No edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=getCurrentInitiative | |||
Gets the offset of the [[Token:token|token]] in the [[Initiative | |trusted=true | ||
|description=Gets the offset of the [[Token:token|token]] in the [[Introduction to Initiative|initiative panel]] that has the [[Introduction to Initiative|initiative]]. The offset starts at 0, if no token has [[Introduction to Initiative|initiative]] then -1 is returned. | |||
|usage= | |||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: offset = getCurrentInitiative()] | [h: offset = getCurrentInitiative()] | ||
</ | </syntaxhighlight> | ||
}} | |||
[[Category:Initiative Function]] |
Latest revision as of 23:59, 4 May 2023
getCurrentInitiative() Function
Note: This function can only be used in a Trusted Macro
Gets the offset of the token in the initiative panel that has the initiative. The offset starts at 0, if no token has initiative then -1 is returned.
Usage
[h: offset = getCurrentInitiative()]