
I have a macro that calculates combat results for each character in my Yellow King RPG game. I need to add those results together. How do I do that? First Lieutenant Baume [[(@{First Lieutenant Baume|Spend_Fighting}+@{First Lieutenant Baume|Mod_Fighting}+1d6) - ?{Difficulty|4}]] Sergeant Léger [[(@{Sergeant Léger|Spend_Fighting}+@{Sergeant Léger|Mod_Fighting}+1d6) - ?{Difficulty|4}]] Corporal Bardin [[(@{Corporal Bardin|Spend_Fighting}+@{Corporal Bardin|Mod_Fighting}+1d6) - ?{Difficulty|4}]] Private Lagarde [[(@{Private Lagarde|Spend_Fighting}+@{Private Lagarde|Mod_Fighting}+1d6) - ?{Difficulty|4}]] Private Hachette [[(@{Private Hachette|Spend_Fighting}+@{Private Hachette|Mod_Fighting}+1d6) - ?{Difficulty|4}]] Private Duchemin [[(@{Private Duchemin|Spend_Fighting}+@{Private Duchemin|Mod_Fighting}+1d6) - ?{Difficulty|4}]] Private Joubert [[(@{Private Joubert|Spend_Fighting}+@{Private Joubert|Mod_Fighting}+1d6) - ?{Difficulty|4}]]