
I'm Trying to make a macro for divine smite within an attack that queries spell level, undead/fiend, and crit so far I have: (?{Spell Level?|1st,2|2nd,3|3rd,4|4th,5|5th,5}d8+?{Undead or Fiend?|Yes,1|No,0}d8)*?{Critical Hit?|Yes,2|No,1} Which so far allows me to pick the spell level then add if it's undead or fiend and at the end will *2 the resulting rolls, what I'm trying to find is instead of doing that having the crit roll double the dice. Right now it does: Spell Level 1 + Undead (2d8+1d8)*2, but I'm more looking for it to (2d8+1d8)+(2d8+1d8) if it crits, I'm pretty new to doing all this, but couldn't find any answers to my specific question. I'm using the 5th Edition OGL Character Sheets