
Hi everyone!
I am using the standard character sheet for 5e.
My character has 3 attacks, and 4 different independently-toggled global damage modifiers, based on type of ammunition, if sharpshooter, etc. I would like a macro that can total up the damage for all attacks that hit.
I am currently using "?{HITS}d8+(?{HITS}*5)" for just the bow attack, where {HITS} is number of attacks that hit, and 5 is my Dex mod. I want to know if there is a way to use a field that adds damage from a Global Damage Modifier, but only if it is toggled on in the sheet. Is there a way to do this?
Thanks so much!