Difference between revisions of "Script:Random Turnorder"
From Roll20 Wiki
(new) |
m |
||
Line 3: | Line 3: | ||
|author={{user profile|235259|Brian}} | |author={{user profile|235259|Brian}} | ||
|version=1.0 | |version=1.0 | ||
− | |dependencies={{api repository link|IsGM | + | |dependencies={{api repository link|IsGM}}, {{api repository link|splitArgs}} |
|lastmodified=2015-02-21}} | |lastmodified=2015-02-21}} | ||
Revision as of 11:06, 21 February 2015
API ScriptAuthor: Brian
Version: 1.0
Last Modified: 2015-02-21
Code: Random Turnorder
Dependencies: IsGM, splitArgs
Conflicts: None
Version: 1.0
Last Modified: 2015-02-21
Code: Random Turnorder
Dependencies: IsGM, splitArgs
Conflicts: None
Random Turnorder creates the API command !shuffleturnorder
, which adds all selected tokens to the turn order window if they are not already present, and then shuffles the order of the items in the turn order window. The initiative values are not changed, and if any selected tokens are added, they will have an initiative value of 0.
Syntax
!shuffleturnorder
Changelog
v1.0 (2015-01-08)
- Release