Difference between revisions of "Script:Random Turnorder"
From Roll20 Wiki
m |
m |
||
Line 2: | Line 2: | ||
|name=Random Turnorder | |name=Random Turnorder | ||
|author={{user profile|235259|Brian}} | |author={{user profile|235259|Brian}} | ||
− | |version=1. | + | |version=1.1 |
|dependencies={{api repository link|IsGM}}, {{api repository link|splitArgs}} | |dependencies={{api repository link|IsGM}}, {{api repository link|splitArgs}} | ||
− | |lastmodified= | + | |lastmodified=2016-03-09}} |
'''Random Turnorder''' creates the API command <code>!shuffleturnorder</code>, 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. | '''Random Turnorder''' creates the API command <code>!shuffleturnorder</code>, 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. | ||
Line 15: | Line 15: | ||
=== Changelog === | === Changelog === | ||
+ | {{changelog version|1.1|2016-03-09|* Update for one-click install}} | ||
{{changelog version|1.0|2015-01-08|* Release}} | {{changelog version|1.0|2015-01-08|* Release}} |
Revision as of 05:10, 13 April 2016
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