Hi everyone, I was tinkering with an already created Macro for rolling dice. The thing is, the macro allows for inputting number of dice, numer of sides and a modifier on top of the final roll. but i was trying to add another section that asks for a modifier to the sides of the rolls. This is the original macro: &{template:default} {name=Dice Roller}{{Results=[[?{How many?}{d?{Sides}+?{Mod}]]}} I know that if I manually input (n+x) when the prompt for sides appear, each roll will use the mod I apply, but cant get that to work as a separate promt that saves the need for writing parenthesis each time. This is what I tried: &{template:default} {name=Dice Roller}{{Results=[[?{How many?}{d?{Sides}?{mod}}+?{Mod}]]}} ...and some other variations of that, with parenthesis, but can´t quite find the right combination. Any help is apreciated. Thank you in advance.