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,