I am trying to find a way to roll multiple dice with a modifier multiple times. i.e. I am casting magic Missile to hit 3 targets and doing 1D6+1 per missile I want to cast 9 missiles so the pseudo code would look something like this /roll ?{how many missiles|0} /roll ?{number of missiles}d6+1 So if I cast 3 missiles it would cast 1D6+1 3 times, or if it was 4 then 1D6+1 4 times, etc. So far I have not been able to find a way.