I've Been trying to figure out a macro for a game for a while and all that I get when I search Random number of Dice rolls is complaints about the RNG. People whine too much. I want to Roll a number of one dice equivalent to another dice roll plus a set number. So a weapon I have does 3d8 damage and an addition 1d4 d8s. Is there any way to do this in one macro? The closest I can get is doing a 1d4 roll and then using a query roll for the final damage.