Hello, I've been working on a way to roll a query of attacks against a query of ac and then tell me how many times I hit and then add this into a total damage macro. This was relatively easy to figure out. However, I could not find a way to also make it tell me how many times I crit among my attack rolls. I know I could just hover over it and count the green 20s, but I wanted to ask if there is a way to actually have it tell me in the same way that it tells me how many times I've hit. The attacks macro: {?{Number of Attacks|1}d20+3}>?{AC of Enemy|1} The damage macro (for good measure): &{template:atkdmg} {{rname=Zombie Damage}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[?{Number of Hits|1}d6 + ?{Number of Hits|1}[STR] + ?{Number of Crits|0}d6[Crits]]]}} {{dmg1type=Bludgeoning}} Thank you very much for your assistance!