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
This post has been closed. You can still view previous posts, but you can't post any new replies.

Greater Than or Equal to Rolls not working in Macros

Not sure if this goes here but I didn't know where else to put it Web Browser : Chrome Version : 78.0.3904.87 (Official Build) (64-bit) Operating System : Windows 10 Javascript Enabled Extensions: Discord Screen Sharing 0.0.4, Google Docs Offline 1.7, Grammarly for Chrome 14.934.0, Docs 0.10, Sheets 1.2, Slides 0.10 Console Log: Here Description: I was working on making macros for a game when I noticed that the greater than or equal to operation for rolls, >=, does not work. It works just fine with the greater than operation, > Here is the macro code that I am using, both the working code and not working &{template:default} {{name=Multiple Saves}} {{Number saved=[[{?{Number of|1}d20+?{Bonus|0}} > ?{Save|10}]]}} &{template:default} {{name=Multiple Saves}} {{Number saved=[[{?{Number of|1}d20+?{Bonus|0}} >= ?{Save|10}]]}} 
1572924371
Kraynic
Pro
Sheet Author
That is exactly how it is supposed to work. <a href="https://wiki.roll20.net/Dice_Reference#Target_Number_.28Successes.29" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Target_Number_.28Successes.29</a>
1572925983
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Yeah, Roll20 opts to condense the symbol. Tricky to get used to, but quicker to write. Changing it now would break a jillion macros.
Ahh. Yes, now that I reread the wiki you are right. My bad
Since this has been answered I will close this thread.