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

Macro to add two die values together and then compare to a target number.

Okay, this seems like it should be super easy to do, but I can't seem to figure it out.  I need to add two d10's together and then compare that total to a target number. I tried /r 2d10>3 but that was just comparing each individual die to the TN, so I tried /r {2d10}>3 and it did the same thing.  Then I tried /r 1d10+1d10>3 and then roll20 yelled at me.   What do I need to do to get the macro I'm looking for?  Sorry if this is a simple thing, but I tried searching, nothing came up.  Thanks for your time.
Try this: /r {1d10 + [[1d10]]}>3
Awesome, thank you.