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 "Turn Tracker/API"

From Roll20 Wiki

Jump to: navigation, search
m
m
Line 7: Line 7:
 
* '''{{forum|permalink/9441420/ CombatMaster}}''' -- 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. {{repo|vicberg/CombatMaster CombatMaster repo}}
 
* '''{{forum|permalink/9441420/ CombatMaster}}''' -- 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. {{repo|vicberg/CombatMaster CombatMaster repo}}
 
* [[Script:InitiativeTrackerPlus|InitiativeTrackerPlus]] -- Initiative and effect tracker with other features.
 
* [[Script:InitiativeTrackerPlus|InitiativeTrackerPlus]] -- Initiative and effect tracker with other features.
* [https://github.com/Roll20/roll20-api-scripts/tree/master/RoundMaster RoundMaster] - should be released soon (Nov. 30th, 2021)
+
* [[Script:RoundMaster]]
** [https://github.com/DameryDad/roll20-api-scripts/tree/RoundMasterAPI/RoundMaster RoundMaster (mirror)]
+
 
<includeonly>* More APIs: '''[[API:Script_Index#Combat|API:Script_Index - Combat]]'''</includeonly>
 
<includeonly>* More APIs: '''[[API:Script_Index#Combat|API:Script_Index - Combat]]'''</includeonly>
 
<noinclude>==See Also==
 
<noinclude>==See Also==
Line 14: Line 13:
 
* [[Character Sheet/API]]
 
* [[Character Sheet/API]]
  
[[Category:API Recommendations]]</noinclude>
+
[[Category:API Recommendations]]
 +
[[Category:Combat/Initiative]]</noinclude>

Revision as of 15:33, 11 January 2022

Main Page: Turn Tracker

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.
  • Script:RoundMaster

See Also