Script:Random Turnorder
From Roll20 Wiki
Revision as of 12:09, 17 June 2020 by Andreas J. (Talk | contribs)
API ScriptAuthor: Brian
Version: 1.1
Last Modified: 2016-03-09
Code: Random Turnorder
Dependencies: IsGM, splitArgs
Conflicts: None
Version: 1.1
Last Modified: 2016-03-09
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.1 (2016-03-09)
- Update for one-click install
v1.0 (2015-01-08)
- Release