removeAllNPCsFromInitiative: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
[h: removeAllNPCsFromInitiative()]
[h: removeAllNPCsFromInitiative()]
</source>
</syntaxhighlight>
}}
}}
[[Category:Initiative Function]]
[[Category:Initiative Function]]

Revision as of 22:33, 14 March 2023

removeAllNPCsFromInitiative() Function

 Note: This function can only be used in a Trusted Macro

Removes all of the NPC Tokens from the Initiative Panel. This function returns the number of Tokens that were removed. Only the GM can call this function.

Usage

[h: removeAllNPCsFromInitiative()]