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

Need help with a macro...

Ok, I'm trying to make a macro for Numenera and I can't figure out what to do. This is what I have so far and it will roll the dice and add and subtract but it won't do anything with the final operation to say whether it was a success or not. Is it not possible to do this? Any help would be greatly appreciated. /me ?{Fill-In|Blank} /r 1d20+?{Bonus(Training/Effort/GM Mod)|0}-?{Penalty(GM Mod)|0}>?{Target Number|0}-1 P.S. I have the Target Number set up as > #-1 because it didn't like >=.
First, > is the same as >= Second, try wrapping everything to the left of the > symbol in parantheses.
And it worked. Thank you sir or madam.