Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Target Success or Failure macros

1585113362
Dread Maps
Marketplace Creator
Noob here... I cannot get [[ [[3d6+3]]>12]] to evaluate correctly, any ideas as to what I doing wrong?
1585116458

Edited 1585116499
Dumbhuman
Pro
Marketplace Creator
Try: [[{3d6+3, 0d0}>12]] The syntax is very picky on that and I had to play around with it a bit after picking through this section of the Dice Reference document (emphasis mine): Target Number / Successes (B,F) - CP The same concept as when using on Dice Rolls but with different behavor for a group. For a Grouped Roll with a single sub-roll expression the success check is done after the remaining math expressions have been totaled into each roll. Single sub-roll groups are also useful when doing a success check on a roll that has another Compare Point enabled modifer. For a Grouped Roll with a multiple sub-roll expression the success check is applied to the esult of each sub-roll expression. Single Sub-Roll Success Example {3d20+5}>21 - Roll 3 d20's, for each roll add 5 and then count a success for each result of 21 or more. {2d6!}>4 - Roll 2d6 exploding and count a success for each roll of 4 or greater. Multiple Sub-Roll Success Example {4d6+2d8, 3d20+3, 5d10+1}>40 - Roll each of the three sub-roll expression and total them up . Count one success for each sub-roll total of 40 or more. I really hope there's a more elegant solution, but that was the first thing I stumbled upon that would work.