I'm trying to make a macro for an AoE spell, and here's what I have: /me rolls a [[?{Number of Dice}d?{Number of Sides}]] for a failed save /me rolls a [[round(?{Number of Dice}d?{Number of Sides)/2)}]] for a successful save This properly rolls the dice (8d6 for example), except the issue arises with the rounding. I want it to round the previous result I rolled, but instead, it rerolls the specified dice and rounds that. Is there any way to get it to round my previous result?