
Hi there, I'm trying to create a macro for use in the Hollow Earth Expedition RPG. I am trying to create a dice macro that counts the number of successes when mutiple d6's are 'thrown'. So far I have this: /roll ?{Number of Dice}d6s=2 With this formula It allows me to have a prompt appear asking how many dice before rolling. It then tells me if any results = the number 2, and counts them as a Success. As HEX uses the ubiquity system, it counts evens as successes and odds as failure. So if I roll 5d6 normally on a table and get a 1, 1, 4, 5, and 6...then I have 2 successes. What I am trying to achieve with the macro is counting a success when a 2 or 4 or 6 appears when rolled, not just a 2. For example I tried this forumula: /roll ?{Number of Dice}d6s=2,4,6 But it discounts the 4 and 6 and only counts a success when the 2 is rolled. Can anybody help with a suitable formula? thanks, D