The group-init works great, but the group-check is acting strangely. The text is off-centered to the left for some reason. Have any ideas? Here are some shots: (Bad one is from the !GroupCheck with ApplyDamage macro = First Image aligned off the left and cut off) & (Good one is from GroupInitiative - Image correctly aligned) :: I Just want the top image to have the same alignment as the bottom image and not sure how to do that. I should add.. I'm using the API Group-Check plus ApplyDamage from the Nick Olivo video " 4 Scripts to speed up group combat". Looks like this: !group-check {{
--?{Save|Dexterity|Constitution|Wisdom} Save
--process
--subheader vs DC ?{DC}
--button ApplyDamage !apply-damage
~dmg [[?{Damage}]]
~type ?{Damage on Save|Half,half|None,none}
~DC ?{DC}
~saves RESULTS(,)
~ids IDS(,)
}}