Difference between revisions of "Script:Conditions"
From Roll20 Wiki
(Update docs for v0.6) |
Andreas J. (Talk | contribs) (API no longer available, list replacemnt options) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | '''Conditions''' tracks attribute-modifying conditions on characters. It allows the user to define named conditions consisting of sets of attribute modifiers, or to apply simple anonymous modifications to any attribute. | + | <strike>'''Conditions''' tracks attribute-modifying conditions on characters. It allows the user to define named conditions consisting of sets of attribute modifiers, or to apply simple anonymous modifications to any attribute.</strike> |
+ | {{orange| API discontinued}} | ||
+ | |||
+ | Alternatives: | ||
+ | * '''{{forum|permalink/9441420/ CombatMaster}}''' -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more. | ||
+ | * [[API:Script Index]] | ||
+ | |||
+ | <!-- | ||
It is recommended that this script be used in conjunction with the [[Script:CommandShell|CommandShell]] module, which will improve output formatting and command discovery, and will enable whitespace in condition descriptions. | It is recommended that this script be used in conjunction with the [[Script:CommandShell|CommandShell]] module, which will improve output formatting and command discovery, and will enable whitespace in condition descriptions. | ||
Line 122: | Line 124: | ||
* List each anonymous condition with its index so it's easier to remove the right one.}} | * List each anonymous condition with its index so it's easier to remove the right one.}} | ||
{{changelog version|0.1|2015-07-02|* Initial release}} | {{changelog version|0.1|2015-07-02|* Initial release}} | ||
+ | --> |
Revision as of 21:02, 20 September 2021
Conditions tracks attribute-modifying conditions on characters. It allows the user to define named conditions consisting of sets of attribute modifiers, or to apply simple anonymous modifications to any attribute.
API discontinued |
Alternatives:
- CombatMaster(Forum) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
- API:Script Index