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 "Turn Tracker"

From Roll20 Wiki

Jump to: navigation, search
m
(Adding Values)
(14 intermediate revisions by 7 users not shown)
Line 14: Line 14:
  
 
[[File:Turn04.png]]
 
[[File:Turn04.png]]
 +
 +
Additionally, selecting a token and [[Dice_Reference#Roll_To_Initiative|rolling for initiative]] with the &{tracker} at the end of the roll will automatically set the token into the turn order.  For example /roll 1d20 + 5 &{tracker}.
  
 
== Adding Values ==
 
== Adding Values ==
Line 22: Line 24:
  
 
Alternatively, you can drag the result of a roll from the chat box to the Turn Tracker and drop it in the numerical field.
 
Alternatively, you can drag the result of a roll from the chat box to the Turn Tracker and drop it in the numerical field.
 +
 +
Values can also be added or subtracted from chat using the + or - flags with the <code>&{tracker}</code> command like so:
 +
<br />
 +
<code>/roll 1d20 + 5 &{tracker:+}<br />
 +
/roll 1 &{tracker:-}<br />
 +
[[10 &{tracker:-}]]<br /></code>
 +
If the selected token isn't already in the turn tracker, then it is added with the value that was rolled and the additional flag is ignored.
  
 
== Turn Order ==
 
== Turn Order ==
Line 34: Line 43:
  
 
== Turn Order Settings ==
 
== Turn Order Settings ==
[[File:TurnOrderSettings.jpg]]
+
[[File:TurnOrderSettings.jpg|right]]
  
 
Clicking on the blue gear button at the bottom of the Turn Tracker will bring up the '''Turn Order Settings'''. Here you can choose between a series of sorting methods: numerically, alphabetically, and by card suit.
 
Clicking on the blue gear button at the bottom of the Turn Tracker will bring up the '''Turn Order Settings'''. Here you can choose between a series of sorting methods: numerically, alphabetically, and by card suit.
  
 +
=== Adding a Custom Item ===
 
You can also add character/creatures/objects to the turn order that aren't already associated with an existing token by using the '''&quot;Add Custom Item&quot;''' field. Just fill out the name of the item and click the '''Add''' button to include it in the tracker.
 
You can also add character/creatures/objects to the turn order that aren't already associated with an existing token by using the '''&quot;Add Custom Item&quot;''' field. Just fill out the name of the item and click the '''Add''' button to include it in the tracker.
 +
{{#ev:youtube|6addC2jE4Ik||left|Quick video showing how to add a custom item to the tracker. -[https://app.roll20.net/users/32262/pat-s Pat S.]}}<br />
 +
Optionally you can add a '''Round Calculation''' to custom items. These calculations are completed every time the custom item reaches the top of the Turn Tracker. This is particularly useful for setting up a "Round Count" object that increases by one every rotation, or setting depreciating buffs that decrease every round. For example, entering "+1" will increase the value at the start of every turn, while "-1" will decrease the value by 1 at the start of every turn (useful for tracking things like buffs or other temporary conditions).
 +
 +
You can even reference these values the same way you would Attributes by using the syntax:<code>@{tracker|Item Name}</code>. This can be used to simulate systems that use an Escalation Die mechanic or fetch the value of a token's turn order.
  
 
== Removing Turns ==
 
== Removing Turns ==
Line 49: Line 63:
  
 
The GM controls the turn tracker. It shows on player's screens when the GM opens it, and closes for all players when the GM closes it.
 
The GM controls the turn tracker. It shows on player's screens when the GM opens it, and closes for all players when the GM closes it.
 +
 +
== Turn Tracker on Multiple Pages ==
 +
 +
Turn Tracker can track tokens from any combination of pages, and there’s no need to close it when switching between pages. The GM sees all items in the list, but players will only see the items that are located on their current page.
  
 
[[Category:Docs]]
 
[[Category:Docs]]

Revision as of 17:04, 27 August 2016

The Roll20 Turn Tracker exists to aid you and your players with turn-based games by presenting an interactive list to the group. This feature is intentionally not automated, so that more game types are able to use it.

Turn Order Menu Icon.png

To open the Turn Tracker, click on the Turn Tracker button on the Toolbox. Note that while only the GM can open the Turn Tracker, once it is open it will be visible to all players as well.

Contents

Adding Turns

To add a turn to the tracker, right click on a token on the tabletop, and choose "Add Turn" from the menu that appears. Note that you can add multiple turns for the same token if desired.

Turn Order Add Token.png

After the token turn has been added, the token's image and name (if set) will appear in the turn list. Note that if the token is on the GM Layer, the name will be greyed to indicate that the turn is not being shown to players.

Turn Order Initial State.png

Additionally, selecting a token and rolling for initiative with the &{tracker} at the end of the roll will automatically set the token into the turn order. For example /roll 1d20 + 5 &{tracker}.

Adding Values

The Turn Tracker allows you to add a value next to each token. You can use this spot to keep track of initiative or any other stat that you want to note about the turn. There are several ways to add token values, all of which can be accomplished by both the GM and players.

The easiest method is to simply click on the number next to the Token and type in a new number. Press Return/Enter after typing and the new value will be saved.

Alternatively, you can drag the result of a roll from the chat box to the Turn Tracker and drop it in the numerical field.

Values can also be added or subtracted from chat using the + or - flags with the &{tracker} command like so:
/roll 1d20 + 5 &{tracker:+}
/roll 1 &{tracker:-}
[[10 &{tracker:-}]]
If the selected token isn't already in the turn tracker, then it is added with the value that was rolled and the additional flag is ignored.

Turn Order

To re-order the turns, you can simply click and drag on a turn and then move it up or down in the list.

If you press the blue Turn Order Settings Button, you can reorder and sort the current list either numerically or alphabetically.

Advancing Turns

To advance to the next turn in the tracker, simply press the arrow button, and the current turn at the top of the list will be moved to the bottom.

Turn Order Settings

TurnOrderSettings.jpg

Clicking on the blue gear button at the bottom of the Turn Tracker will bring up the Turn Order Settings. Here you can choose between a series of sorting methods: numerically, alphabetically, and by card suit.

Adding a Custom Item

You can also add character/creatures/objects to the turn order that aren't already associated with an existing token by using the "Add Custom Item" field. Just fill out the name of the item and click the Add button to include it in the tracker.

Quick video showing how to add a custom item to the tracker. -Pat S.

Optionally you can add a Round Calculation to custom items. These calculations are completed every time the custom item reaches the top of the Turn Tracker. This is particularly useful for setting up a "Round Count" object that increases by one every rotation, or setting depreciating buffs that decrease every round. For example, entering "+1" will increase the value at the start of every turn, while "-1" will decrease the value by 1 at the start of every turn (useful for tracking things like buffs or other temporary conditions).

You can even reference these values the same way you would Attributes by using the syntax:@{tracker|Item Name}. This can be used to simulate systems that use an Escalation Die mechanic or fetch the value of a token's turn order.

Removing Turns

To remove a turn, simply mouseover the turn in the list, and then click on the red trash can icon that appears over the token image.

If you want to clear all turns at once, you can press the blue Turn Order Setting Button, and click the red “Remove All Turns” (Clear List) button to completely reset the Turn Tracker.

Turn Tracker Visibility

The GM controls the turn tracker. It shows on player's screens when the GM opens it, and closes for all players when the GM closes it.

Turn Tracker on Multiple Pages

Turn Tracker can track tokens from any combination of pages, and there’s no need to close it when switching between pages. The GM sees all items in the list, but players will only see the items that are located on their current page.