For each combat action that trigger a refresh, use the broadcat option as defined on the first cast Action
New Code :
<!-- Refresh Action Window for the new token -->
[h: macroParam = json.set("{}", "tokenId", newToken)]
[h: lnkTxt = macroLinktext("openCombatAction@Lib:RQII", "all",macroParam)]
[h: execLink(lnkTxt,0,"all")]
Instead of
<!-- Refresh Action Window for the new token -->
[h: macroParam = json.set("{}", "tokenId", newToken)]
[r, macro("openCombatAction@Lib:RQII"): macroParam]
Files to be modified :
[x] updateCombatProactive.rqm
[x] updateCombatReactive.rqm
[x] updateGlobalCombat.rqm
[x] updateCombat.rqm
A noter : Non implémenté pour les fenêtre de type edit Attibute ou Sheet management, cela ne fait pas de sens de les synchroniser, chacun peut "editer dans son coin"
For each combat action that trigger a refresh, use the broadcat option as defined on the first cast Action
New Code :
Instead of
Files to be modified :
A noter : Non implémenté pour les fenêtre de type edit Attibute ou Sheet management, cela ne fait pas de sens de les synchroniser, chacun peut "editer dans son coin"