This is a very simple macro combination and I cannot explain, for the life of me, why my D4 Dice/Damage combo rolls correctly with the dice and modified combined, but all other Dice types roll normally but will not combine the modifier into a single value. This is purely cosmetic but I would love to find a solution if possible. (pardon the poor paragraph structure, second time posting) Example - ?{#D4-Damage-Dice | #Damage-Bonus } is a combination of - ?{Damage Dice|/r 1d4| /r 2d4|/r 3d4|/r 4d4|/r 5d4|/r 6d4|/r 7d4|/r 8d4|/r 9d4|/r 10d4} ?{Damage Bonus|+0|+1|+2|+3|+4|+5|+6|+7|+8|+9|+10} When I roll or test, the results appear as - rolling 10d4 | +10 } ( 1 + 2 + 1 + 4 + 3 + 3 + 4 + 4 + 2 + 1 ) +10 = 35 However, if I use any of the other dice + damage mod combinations, the modifier is applied afterwards for some reason ?{#D6-Damage-Dice | #Damage-Bonus } ?{Damage Dice|/r 1d6|/r 2d6|/r 3d6|/r 4d6|/r 5d6|/r 6d6|/r 7d6|/r 8d6|/r 9d6|/r 10d6} ?{Damage Bonus|+0|+1|+2|+3|+4|+5|+6|+7|+8|+9|+10} rolling 10d6 ( 1 + 2 + 1 + 2 + 6 + 2 + 1 + 4 + 2 + 6 ) = 27 | +10 }