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

Macro or API

1662606980

Edited 1662607171
I need a Macro (preferred) or API (I am Pro) that does the following: Roll one or more 10-sided dice Evaluate each dice individually 1 = -1 Success 2-5 = 0 Success 6-9 = +1 Success 10 = +1 Success, plus add another d10 and rolls it (Exploding) Return the total number of successes Any assistance out there for this?
1662616913

Edited 1662616926
Gauss
Forum Champion
Here you go: regular roll: /r {1d10!}>6f1 inline: [[{1d10!}>6f1]]
@Gauss - Thank you so much. That worked perfectly. I was actually very close.