addAllNPCsToInitiative: Difference between revisions
Jump to navigation
Jump to search
m (Replace deprecated <source> tag with <syntaxhighlight>) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Languages|addAllNPCsToInitiative}} | |||
{{MacroFunction | {{MacroFunction | ||
|name=Function addAllNPCsToInitiative | |name=Function addAllNPCsToInitiative | ||
Line 27: | Line 28: | ||
}} | }} | ||
[[Category:Initiative Function]] | [[Category:Initiative Function]] | ||
{{Languages|addAllNPCsToInitiative}} |
Revision as of 14:19, 31 July 2021
Function addAllNPCsToInitiative() Function
Note: This function can only be used in a Trusted Macro
Adds all the NPC tokens on the current map to the initiative panel. This function returns the number of tokens that were added to the initiative panel.
This function will not assign any initiative value to the tokens, you can use the setInitiative()
function
Usage
addAllNPCsToInitiative()
Example
[h: noTokens = addAllNPCsToInitiative()]
Added [r: addAllNPCsToInitiative()] NPCs to the initiative panel.