removeAllPCsFromInitiative: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function removeAllNCsFromInitiative== {{GMOnlyFunction}} Removes all of the Token:PC Tokens from the Initiative Panel. This function ...) |
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
== | {{MacroFunction | ||
|name=removeAllPCsFromInitiative | |||
|trusted=true | |||
|description= | |||
Removes all of the [[Token:PC|PC]] [[Token:Token|Token]]s from the [[Initiative:Initiative Panel|Initiative Panel]]. This function returns the number of [[Token:Token|Token]]s that were removed. Only the [[GM]] can call this function. | Removes all of the [[Token:PC|PC]] [[Token:Token|Token]]s from the [[Initiative:Initiative Panel|Initiative Panel]]. This function returns the number of [[Token:Token|Token]]s that were removed. Only the [[GM]] can call this function. | ||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: removeAllPCsFromInitiative()] | [h: removeAllPCsFromInitiative()] | ||
</source> | </source> | ||
}} | |||
[[Category:Initiative Function]] |
Revision as of 03:18, 9 March 2009
removeAllPCsFromInitiative() Function
Note: This function can only be used in a Trusted Macro
Removes all of the PC Tokens from the Initiative Panel. This function returns the number of Tokens that were removed. Only the GM can call this function.
Usage
[h: removeAllPCsFromInitiative()]