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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
For instance if you`re rolling 8d6>4 and have a threshold of 4 successes, is there any macro script to automatically compare the amount of successes against said threshold? And if so can you make it display the result as 2 above or below?
A straight up macro, no not that I'm aware of. You could look through the api scripts and see if there is one that will work for you or you could politely request a script be made in a post in the API forum.
I'm afraid the dice roller isn't capable of nested success rolls. It will only evaluate and return results on the first 8d6>4 and ignore any subsequent comparisons of that result. ie: {8d6>4}>2 ignores the >2. I'm fairly certain Aaron or Honey will jump in here with an API script or snippit code that will do that for you though.