*big blue eyes* There's been an item on my wishlist for ages and I didn't mention it because I didn't think it was actually possible without a lot of irritating work. But then I read this: <a href="https://app.roll20.net/forum/post/1496126/#post-14" rel="nofollow">https://app.roll20.net/forum/post/1496126/#post-14</a>... The item I'm referring to is "{{#rollWasCrit() attack}}" -- I know it's edging deeper into automated territory, and handling it for Pathfinder/3.5 and before is different than handling it for 4e/5e and forward, and that's just looking at D20 systems, but I'm hoping this is something that can be chewed on and eventually added. I'm thinking something along the lines of a --CRITLINE| that only shows if some other tag rolled a critical roll. The --CRIT| tag could have its own dicerolling, to handle 3.5/Pathfinder/other_systems_with_confirmation_rolls, and to handle systems such as 3.x/Pathfinder/5e where you roll additional dice for damage, or it can simply have text/math put in by the user for systems like 4e where you do max damage on a crit. I know it is a lot of work, but the base code is there now to make it happen. ^_^ Edited to add: Or maybe not, further reading in that thread indicates 'show if crit' is kinda broken. x.x Still, we have the concepts, and as long as the script isn't checking to see if someone hit, only checking if a crit on the die was rolled, things should be good, yeah?