Full notes
Full Gothic Virtual Tabletop update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
0 fixes1 addition0 changes0 removals
- Gameplay
addedNew usage of link_macro():
Allow you to provide runtime arguments to macros executed from link_macro().
This change will not break any macros.
New usage of link_macro():
link_macro(token,"macro_name", arg0, arg1, ... , argn);
link_macro(self, "Take Damage", 7, "Goblin Spear");
See documentation for a nearly identical example.
Source
Changelog.gg summarizes and formats this update. How we read updates.
