Difference between revisions of "Turn Tracker/API"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "<noinclude>{{revdate}} {{main|Turn Tracker}}</noinclude> {{pro only}} There are a number of API Scripts that improves the handling of the {{Turn Tracker}} and Initiative i...") |
Andreas J. (Talk | contribs) m |
||
Line 9: | Line 9: | ||
* [https://github.com/Roll20/roll20-api-scripts/tree/master/RoundMaster RoundMaster] - should be released soon (Nov. 30th, 2021) | * [https://github.com/Roll20/roll20-api-scripts/tree/master/RoundMaster RoundMaster] - should be released soon (Nov. 30th, 2021) | ||
** [https://github.com/DameryDad/roll20-api-scripts/tree/RoundMasterAPI/RoundMaster RoundMaster (mirror)] | ** [https://github.com/DameryDad/roll20-api-scripts/tree/RoundMasterAPI/RoundMaster RoundMaster (mirror)] | ||
− | * More APIs: '''[[API:Script_Index#Combat|API:Script_Index - Combat]]''' | + | <includeonly>* More APIs: '''[[API:Script_Index#Combat|API:Script_Index - Combat]]'''</includeonly> |
+ | <noinclude>==See Also== | ||
+ | * [[Combat/API]] | ||
+ | * [[Character Sheet/API]] | ||
− | + | [[Category:API Recommendations]]</noinclude> |
Revision as of 17:36, 30 November 2021
Page Updated: 2021-11-30 |
Main Page: Turn Tracker
This is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |
There are a number of API Scripts that improves the handling of the t Turn Tracker and Initiative in general.
- GroupInitiative -- Adds the selected tokens to the turn order after rolling their initiative + configurable data. Also has commands for open/close/reset Turn Tracker.
- CombatMaster(Forum) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more. Version of CombatMaster in API Drowdown might not be latest version, check thread/repo for latest version. CombatMaster repo
- InitiativeTrackerPlus -- Initiative and effect tracker with other features.
- RoundMaster - should be released soon (Nov. 30th, 2021)