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

Ok dumb generic macro question

I've done it before, not googling it correctly to get an answer on wiki or elsewhere, & I know this is simple but I'm just being blonde. I know you use d20cs>X for an increased crit range, but what is the code for showing success for the total with the bonus. (I know cs isn't it, just for quick writing) d20+20cs>30 Basically I just want it to show success when the total meets/exceeds X M&M 3e system, so it's just generic macros
1580535941
GiGs
Pro
Sheet Author
API Scripter
You surround the roll part with curly brackets: /roll {1d20+20}>30
Thank you