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

New to Roll20 and Macros.... a little help

Hello, I'm new to this very cool looking tool, but am struggling with setting up my game. I think I've set up a character the way it needs to be, but I'm having a tough time programming macros to perform the primary function of my game. I need to be able to roll 2d6+-Dice Modifier, and compare the resulting number to (8). If >=8 then success, if ,8 failure. I tried to use the target number but that seems to only count which of the D6 is greater than (8) which of course always shows up as ZERO SUCCESSES. Any help is appreciated, Thanks in advance, Louis
1361304010
Gauss
Forum Champion
Unfortunately the dice roller checks each die individually. BUT, there is a way to get it to check a group of dice. Try this:  /roll {2d6+Dice Modifier, d1}>8 This will group the 2d6+dice modifier before checking both it and the d1 against the >8.  - Gauss
Gauss, would it be possible to add that work around logic to the Dice ref page?  That's great.