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:SR-NextPass"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "Implements a **!nextpass** command which can be used by the GM to adjust initiative between combat passes. Typically bound to a macro button. Executing this command will subt...")
 
m
 
Line 1: Line 1:
Implements a **!nextpass** command which can be used by the GM to adjust initiative between combat passes. Typically bound to a macro button.
+
{{script overview
 +
|name=SR-RollExtender
 +
|author=jflo, {{user profile|104025|Aaron}}, John D.
 +
|version=0.1
 +
|lastmodified=2017-09-12}}
 +
 
 +
Implements a <code>!nextpass</code> command which can be used by the GM to adjust initiative between combat passes. Typically bound to a macro button.
  
 
Executing this command will subtract 10 from all initiative values on the turn tracker. Any tokens that fall below 0 will be removed. The list is then re-sorted in descending order.
 
Executing this command will subtract 10 from all initiative values on the turn tracker. Any tokens that fall below 0 will be removed. The list is then re-sorted in descending order.

Latest revision as of 10:51, 8 April 2020

API ScriptAuthor: jflo, Aaron, John D.
Version: 0.1
Last Modified: 2017-09-12
Code: SR-RollExtender
Dependencies: None
Conflicts: None

Implements a !nextpass command which can be used by the GM to adjust initiative between combat passes. Typically bound to a macro button.

Executing this command will subtract 10 from all initiative values on the turn tracker. Any tokens that fall below 0 will be removed. The list is then re-sorted in descending order.