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

Script:StatusTracker

From Roll20 Wiki

Revision as of 21:53, 20 September 2021 by Andreas J. (Talk | contribs)

Jump to: navigation, search
API ScriptAuthor: Jason Martin
Code: StatusTracker
Dependencies: None
Conflicts: None

Main Page: API:Script Index


StatusTracker tracks status effects and markers on tokens and their duration within the t 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:

!statustracker showmenu

Changelog