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 .
×

Macros for a particular matches dice system

Hi everyone,  I'm writing you to resolve mine enigma about roll20 macros for Household, an italian RPG by Two Little Mice (Anime&Sangue tv show, Broken Compass, Inferno). Household's system provides a pool of D6 (from 1 to 7) and some matches as result. For example, one couple of dice result (4d6mts = 2 , 2 , 3, 6) means one success, one trio of dice result (4D6 = 4 , 4 , 4 , 2) means three successes. So two pair of dice result (4D6mts = 3 , 3 , 4 , 4 ) means two successes as one pair plus one tris of dice in only a pool (5D6 = 3 , 3 , 3 , 1 , 1 ) means five successes because are one successes from the pair plus three from the tris. With roll20 I know how create a macro wich provides the recognition of one or more coupling/matches. For example, if I lunch macro /r 4D6mts and the result is 2, 2, 1, 3 macro calculates one match (from the two 2) so one success. My problem is the following: if I lunch /r 5D6mts and the result is 2, 2, 4, 4, 4 macro calculates only 2 successes because matches are two. Based on the above about the Household's system, how can I make tris plus a pair make five hits/successes and not two? Do you know a macro for that? Thank you all,
1620819654
The Aaron
Roll20 Production Team
API Scripter
There isn't a way to do that automatically without the API, a Pro Subscriber Perk. 
The Aaron said: There isn't a way to do that automatically without the API, a Pro Subscriber Perk.  Thanks for the quick reply!