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

Assistance needed for Action check Macro

All actions in my game require the 2d6+modifiers to be equal to or greater than 8.  Tried several things but it won't work correctly.  Anyone know how to add this in a macro? Thanks
/roll 2d6>8
Try one of these out: /r {d6 + [[d6]] + ?{Mods|0}}>8 [[ {d6 + [[d6]] + ?{Mods|0}}>8 ]] /r {[[2d6]] + {?{Mods|0}}}>8