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

Counting the number of rolls of different numbers.

Hi, This is an "is it possible?" post. So the roll [[nd6!>5]] will roll n dice and count the number of 5s and 6s and for each 6 you get a new roll (call this the number of hits). Now can you ALSO count the number of 1s on the same roll? I want to know if the number of 1s equals or exceeds the number of "hits" Can this be done with the API? finally if that is easy for you, how about only counting the 1s on the initial n dice, NOT on any extra dice you get from rolling 6s. Cheers
1488402051
The Aaron
Pro
API Scripter
I believe you'd need an API script to get that done, requiring a Pro subscription.
One API Script that does this well is PowerCards . Check this post out for a macro that will automatically tell you if you glitch in Shadowrun.
thanks for that. I'm starting to understand it.