Skip to content

Macro Support

Matt edited this page Aug 10, 2023 · 2 revisions

Several functions have been made available to use with Macros

Add Players

The Add Players function QuickCombat.addPlayers() will add any selected tokens to the combat tracker and roll initiatives.

add_players_macro

Start Combat

The Start Combat function QuickCombat.startCombat() will start the combat and start the combat playlist.

start_combat_macro

End Combat

The End Combat function QuickCombat.endCombat() will end combat and run any of the end combat features like adding experience and removing any defeated NPCs.

end_combat_macro