addAllNPCsToInitiative

From RPTools Wiki
Revision as of 05:38, 6 June 2023 by Azhrei (talk | contribs) (Cleaned up links and "See Also", removed hard return to prevent paragraph break)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Languages:  English  • 日本語


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.

See Also

Languages:  English  • 日本語