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:Auto Initiative"

From Roll20 Wiki

Jump to: navigation, search
(Api discontinued, link to closest replacement)
 
Line 1: Line 1:
{{script overview
+
#redirect[[Script:Group_Initiative]]
 +
 
 +
script overview
 
|name=Auto Initiative
 
|name=Auto Initiative
 
|author={{user profile|84478|Josh}}
 
|author={{user profile|84478|Josh}}
 
|lastmodified=2013-12-30
 
|lastmodified=2013-12-30
|version=2.2}}
+
|version=2.2
  
 
'''Auto Initiative''' creates the API commands <code>!CombatBegins</code> and <code>!CombatEnds</code>. The former will roll initiative for all selected tokens and show the turn tracker window, while the latter will clear the turn tracker and hide it. Only the GM may execute these commands.
 
'''Auto Initiative''' creates the API commands <code>!CombatBegins</code> and <code>!CombatEnds</code>. The former will roll initiative for all selected tokens and show the turn tracker window, while the latter will clear the turn tracker and hide it. Only the GM may execute these commands.
Line 9: Line 11:
  
 
=== Syntax ===
 
=== Syntax ===
{{syntaxbox top|Auto Initiative}}
+
 
{{API command|CombatBegins}}<br>
+
CombatBegins
{{API command|CombatEnds}}
+
CombatEnds
{{syntaxbox end}}
+
  
 
=== Installation ===
 
=== Installation ===

Latest revision as of 22:07, 20 September 2021

  1. redirectScript:Group_Initiative

script overview |name=Auto Initiative |author=Josh |lastmodified=2013-12-30 |version=2.2

Auto Initiative creates the API commands !CombatBegins and !CombatEnds. The former will roll initiative for all selected tokens and show the turn tracker window, while the latter will clear the turn tracker and hide it. Only the GM may execute these commands.

[edit] Syntax

CombatBegins CombatEnds

[edit] Installation

There are four configuration variables near the top of the script. You may alter them to customize the script functionality:

  • Combat_Begins.statName – Stats to be added to roll, commas between values
  • Combat_Begins.rollValue – Size of die to roll for initiative (for example, 1d20)
  • Combat_Begins.sendChat – Set to true if you want the chat log to show the initiative results, or false otherwise
  • Combat_Begins.includeChars – Set to false if you want to roll for players. It determines players based on if the token is linked to a character in the journal pane.

[edit] Changelog

v2.2 (2013-12-30)

  • Release