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:Conditions and Status Tracker"

From Roll20 Wiki

Jump to: navigation, search
m (Syntax)
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
 +
{{orange| API discontinued }}
 +
 +
Try this instead:
 +
* '''{{forum|permalink/9441420/ CombatMaster}}''' (by [[Victor B.]]) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
 +
* [[API:Script Index]]
 +
 +
<!--
 
{{script overview
 
{{script overview
 
|name=Conditions and Status Tracker
 
|name=Conditions and Status Tracker
Line 5: Line 13:
 
|lastmodified=2014-01-15}}
 
|lastmodified=2014-01-15}}
  
Tracks arbitrary statuses associated with tokens. Statuses may have a turn-limited duration, or may be permanent. Only the GM may modify what statuses exist on a given token, but depending on settings the status may be broadcast to all players.
+
'''Conditions and Status Tracker''' tracks arbitrary statuses associated with tokens. Statuses may have a turn-limited duration, or may be permanent. Only the GM may modify what statuses exist on a given token, but depending on settings the status may be broadcast to all players.
  
 
The API commands <code>!StatusAdd</code>, <code>!StatusDel</code>, <code>!StatusAll</code>, and <code>!StatusClearAll</code> are used to manipulate what statuses are present.
 
The API commands <code>!StatusAdd</code>, <code>!StatusDel</code>, <code>!StatusAll</code>, and <code>!StatusClearAll</code> are used to manipulate what statuses are present.
Line 52: Line 60:
 
* '''StatusTracker.statusIncidatorBG''' &ndash; Background style color for status chat messages.
 
* '''StatusTracker.statusIncidatorBG''' &ndash; Background style color for status chat messages.
 
* '''StatusTracker.statusIndicatorFontColor''' &ndash; Foreground style color for status chat messages.
 
* '''StatusTracker.statusIndicatorFontColor''' &ndash; Foreground style color for status chat messages.
 +
 +
=== Changelog ===
 +
{{changelog version|1.8|2014-01-15|* Release}}
 +
 +
[[Category:Discontinued API Scripts]]-->

Latest revision as of 21:14, 20 September 2021


Try this instead: