Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:Random Turnorder"

From Roll20 Wiki

Jump to: navigation, search
(new)
 
m (tagged as "discontinued API")
(2 intermediate revisions by one user not shown)
Line 2: Line 2:
 
|name=Random Turnorder
 
|name=Random Turnorder
 
|author={{user profile|235259|Brian}}
 
|author={{user profile|235259|Brian}}
|version=1.0
+
|version=1.1
|dependencies={{api repository link|IsGM Auth Module}}, {{api repository link|splitArgs}}
+
|dependencies={{api repository link|IsGM}}, {{api repository link|splitArgs}}
|lastmodified=2015-02-21}}
+
|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}}
 +
[[Category:Discontinued API Scripts]]

Revision as of 12:09, 17 June 2020

API ScriptAuthor: Brian
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