Hello d20, new user here. I am loving this program so far. I have a macro question
about a special attack like Sneak Attack. I found the formula in the Wiki that
works well:
/roll 1d6 +4 + ?{Sneak
Attack?| No, [[0]] |Yes,[[3d6]] }
What if I wanted to make the actual sneak attack damage
variable instead of always 3d6? I tried the following, replacing the 3d6 with a roll query:
/roll 1d6 +4 + ?{Sneak Attack?| No, [[0]] |Yes ,[[?{Number of Dice|1}d6]] }
However this didn’t work. The results looked like this:
rolling 1d6 +4 + [[5
(3) = 3
Does anyone know how to do this? Can you even use a query
inside a conditional Yes/No macro?
Thanks so much,
Jeff