
How do I make something like this work? /r 1d100+260+60>280+?{|0} Where you take the "1d100+260+60" and check if its bigger then the "280+?{|0}" part? The only way I was able to make the success macro work with stuff other then /r 1d10>10 was /r 1d10>10+20 but then it only uses the last part in this case 20 also if you put anything at all between the 1d10 and the ">" it doesn't seem to work