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:TurnMarker1"

From Roll20 Wiki

Jump to: navigation, search
(Setup w/ example & gif)
 
m
Line 17: Line 17:
 
[[File:API-TurnMarker.gif|thumb|TurnMarker in use|right|600px]]
 
[[File:API-TurnMarker.gif|thumb|TurnMarker in use|right|600px]]
 
==Setup==
 
==Setup==
Example setup for first time.
+
Example setup for first time.<br>
1. Install API
+
'''1.''' Install API (from menu)<br>
2. Use following commands in the chat:
+
'''2.''' Use following commands in the chat:
 
<pre>!tm autopull all
 
<pre>!tm autopull all
 
!tm toggle-animations
 
!tm toggle-animations
 
!tm toggle-rotat</pre>
 
!tm toggle-rotat</pre>
3. Roll initiative for tokens you want
+
'''3.''' Roll initiative for tokens<br>
4. Sort the Turn Order (from the {{Turn Tracker}} menu, or with {{c|!group-init --sort}} if you have [[Script:Group Initiative|Group Initiative]]
+
'''4.''' Sort the Turn Order ''(from the {{Turn Tracker}} menu, or with {{c|!group-init --sort}} if you have [[Script:Group Initiative|Group Initiative]])''
When you do the sort, the API will automatically ping the token on the map whose turn it is, and a rotating symbol will appear under the token whose turn it is.
+
  
A Token to track Rounds is also added to the {{Turn Tracker}}, and it will advance each time it's passed.  
+
When you do the sort, the API will automatically ping the token on the map whose turn it is, and a rotating symbol will appear under the token whose turn it is. A Token to track Rounds is also added to the {{Turn Tracker}}, and it will advance each time it's passed.  
  
 
To customize things further, see options in {{c|!tm --help}}.
 
To customize things further, see options in {{c|!tm --help}}.

Revision as of 15:10, 9 March 2022

Main Page: API:Script Index

API ScriptAuthor: The Aaron
Version: 1.3.12
Last Modified: 2022-02
Code: Turnmarker1
Dependencies: None
Conflicts: None

TurnMarker1 provides a visual marker to show which token is at the top of the Turn Order, as seen on t Turn Tracker.

For instructions & settings, run !tm --help

TurnMarker in use

Setup

Example setup for first time.
1. Install API (from menu)
2. Use following commands in the chat:

!tm autopull all
!tm toggle-animations
!tm toggle-rotat

3. Roll initiative for tokens
4. Sort the Turn Order (from the t Turn Tracker menu, or with !group-init --sort if you have Group Initiative)

When you do the sort, the API will automatically ping the token on the map whose turn it is, and a rotating symbol will appear under the token whose turn it is. A Token to track Rounds is also added to the t Turn Tracker, and it will advance each time it's passed.

To customize things further, see options in !tm --help.

Commands

Players can only advance/revert turn if a token they control is currently the one in turn. The two commands also exists as buttons in the Text Chat messages, if you have turned on the toggle-announce options.

  • !eot - (End of Turn) Advance turn to next in order.
  • !pot - Turn back the turn to the previous person.
  • !tm reset (GM Only)- Resets the round counter to zero, or provided number. Ex. !tm reset 3 will reset it to "Round 3".