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
m
(redirect Script Index, API no longer available)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{script overview
+
#Redirect[[API:Script Index]]
|name=Random Turnorder
+
<!-- Don't delete redirect, help center links to this page even though API have been removed -->
|author={{user profile|235259|Brian}}
+
|version=1.0
+
|dependencies={{api repository link|IsGM}}, {{api repository link|splitArgs}}
+
|lastmodified=2015-02-21}}
+
 
+
'''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.
+
<br clear="all">
+
 
+
=== Syntax ===
+
{{syntaxbox top|Random Turnorder}}
+
{{API command|shuffleturnorder}}
+
{{syntaxbox end}}
+
 
+
=== Changelog ===
+
{{changelog version|1.0|2015-01-08|* Release}}
+

Latest revision as of 19:06, 20 September 2021

  1. RedirectAPI:Script Index