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

Script:Random Turnorder

From Roll20 Wiki

Revision as of 11:06, 21 February 2015 by Brian (Talk | contribs)

Jump to: navigation, search
API ScriptAuthor: Brian
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