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

From Roll20 Wiki

Jump to: navigation, search
(rewrite page for new API with identical name to discontinued API)
m (was duplicate, change to redirect)
 
Line 1: Line 1:
{{script overview
+
#redirect[[Script:Status Tracker]]
|name=StatusTracker
+
|author=Jason Martin}}
+
{{main|API:Script Index}}
+
 
+
 
+
'''StatusTracker''' tracks status effects and markers on [[tokens]] and their duration within the {{Turn Tracker}}
+
 
+
A helper script for managing timed status effects and associated markers on game tokens. The script allows you to define a timed status effect, any token markers for that effect, and add/remove targets for those tokens. If the status is timed, it will automatically be removed, and associated markers taken off, if the timer goes to zero, or if the "owner" token is removed from the turn order.
+
 
+
The script provides a menu-based command interface allowing Game Masters to define a status effect, it's duration, and whether it's visible in the turn tracker. Each effect has sub-menu which allows targets for the effect to be added or removed: target tokens will have the effects marker placed on them.
+
 
+
The script will attempt to create a macro to show the initial status tracker menu, but the menu can be displayed in the game chat with the following command:
+
 
+
<pre style="overflow:auto;white-space:pre-wrap;">!statustracker showmenu</pre>
+
 
+
* {{repo|Roll20/roll20-api-scripts/tree/master/StatusTracker#readme StatusTracker Documentation}}
+
 
+
==Changelog==
+
* Released {{repo|Roll20/roll20-api-scripts/pull/1343 Sept. 2021}}
+

Latest revision as of 22:03, 20 September 2021

  1. redirectScript:Status Tracker