Difference between revisions of "Script:Conditions and Status Tracker"
From Roll20 Wiki
m (→Syntax) |
Andreas J. (Talk | contribs) 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}} | ||
− | + | '''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''' – Background style color for status chat messages. | * '''StatusTracker.statusIncidatorBG''' – Background style color for status chat messages. | ||
* '''StatusTracker.statusIndicatorFontColor''' – Foreground style color for status chat messages. | * '''StatusTracker.statusIndicatorFontColor''' – 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
API discontinued |
Try this instead:
- CombatMaster(Forum) (by Victor B.) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
- API:Script Index