|
|
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}}
| + | |