Dear Roll20 Community, I was trying to create a macro that allows the user to input the number of base dice, the number of pool dice to add and a target number. This would be useful for determining fumbles, when the base dice all come out as 1s. This seems to work fine so far: /me rolls ?{Amount of base dice} base dice and ?{Amount of pool dice} pool dice against Target Number ?{Target|4} /r {?{Amount of base dice}D6!!}>?{Target|4} + {?{Amount of pool dice}D6!!}>?{Target|4} But when I try to use zero pool dice, it breaks and the system does not roll anything. Has anyone got any tips on how to roll two set of dice against the same target number, that doesnt break when zero dice are used? Thanks H.