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

Using math with greater than symbol results in the greater than symbol being ignored

I've tried a ton of other methods, wrapping it in brackets, curly braces, parenthesis, tricking it with more things to do. but it literally just keeps ignoring the greater than symbol. What do I need to do so that something like /roll 1d100+10>50 will result in 'success' instead of whatever the d100's result + 10, and the rest being ignored as text?
1722833617
Gauss
Forum Champion
Hi Doctur D.,  Please try /roll {1d100+10}>50 You can find the information about successes HERE . 
Thank you
1722860593
GiGs
Pro
Sheet Author
API Scripter
Also be aware that in roll20, the > symbol means >=, and the < symbol means <=. This often causes expressions to be written differently.