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

How do i automate crit cards and fail cards?

what id like to do is have a function where my cards get automatically dealt when a player gets a crit or fail. is this possible?
1552646517
Ziechael
Forum Champion
Sheet Author
API Scripter
I'm not sure there is anything 'off the shelf' that does this yet, it would be in the realms of the API if it were possible which you have access to as a pro user at least. A combination of a roll listener (pretty sure Scott C. has one somewhere) and a deck script (pretty sure The Aaron has one of those somewhere) would potentially do the trick... Not the most useful of answers but wanted to give you hope until someone with more expertise, time and isn't typing this on their phone in the middle of a meeting, comes along :)
1552654193
The Aaron
Roll20 Production Team
API Scripter
It is definitely possible with the API, and pretty much falls out as Z said. Knowing how to detect a crit or a fail is the difficult part.