Hi folks. I'd like to take the new ALIEN RPG out for a spin soonish, and I'm trying to work out how to make the dice work on Roll20. The mechanic is similar to Free League's other RPGs, i.e Mutant: Year Zero, Tales from the Loop, etc. and works as follows: Roll an amount of D6es equal to the sum of the rating of your skill and its associated attribute. Total the amount of sixes rolled; these are your successes. If you have any STRESS (from pushing to get a re-roll), you also include a number if Stress Dice equal to your current stress. These work the same as above, except if at least one of the Stress Dice come up 1, you need to make a Panic Roll. So we need a macro that: Totals the number of sixes rolled on all the dice. Totals the number of ones rolled on the Stress Dice (or, as the total is irrelevant, alerts you that at least one 1 has come up on the Stress Dice). How can that be done?