addAllNPCsToInitiative: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page AddAllNPCsToInitiative to addAllNPCsToInitiative: Converting page titles to lowercase) |
m (Cleaned up links and "See Also", removed hard return to prevent paragraph break) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Languages|addAllNPCsToInitiative}} | {{Languages|addAllNPCsToInitiative}} | ||
{{MacroFunction | {{MacroFunction | ||
|name= | |name=addAllNPCsToInitiative | ||
|proposed=false | |||
|trusted=true | |trusted=true | ||
|description=Adds all | |description=Adds all [[Introduction_to_Tokens#Token_Type|NPC tokens]] on the current [[Introduction to Mapping|map]] to the [[Introduction to Initiative|initiative panel]]. This function returns the number of [[Token:token|tokens]] that were added to the initiative panel. | ||
This function will not assign any initiative value to the | This function will not assign any initiative value to the tokens. You can use {{func|setInitiative}} to set the initiative value of a token. | ||
to set the initiative value of | |||
|usage= | |usage= | ||
Line 15: | Line 15: | ||
|example= | |example= | ||
<syntaxhighlight lang="mtmacro" line> | <syntaxhighlight lang="mtmacro" line> | ||
[h: | [h: numTokens = addAllNPCsToInitiative()] | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang="mtmacro" line> | <syntaxhighlight lang="mtmacro" line> | ||
Line 24: | Line 23: | ||
|also= | |also= | ||
{{func|setInitiative}}, {{func|addAllPCsToInitiative}}, {{func|addAllToInitiative}} | |||
}} | }} | ||
[[Category:Initiative Function]] | [[Category:Initiative Function]] | ||
{{Languages|addAllNPCsToInitiative}} | {{Languages|addAllNPCsToInitiative}} |
Revision as of 05:38, 6 June 2023
addAllNPCsToInitiative() Function
Note: This function can only be used in a Trusted Macro
Adds all 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 setInitiative() to set the initiative value of a token.
Usage
addAllNPCsToInitiative()
Example
[h: numTokens = addAllNPCsToInitiative()]
Added [r: addAllNPCsToInitiative()] NPCs to the initiative panel.