The macro does utilize variables from my character sheet. And I'm aware of the macro you are referring too, but as you said all it does is make the text red if you roll a number equal to or below the indicated value. What I was hoping for was a way to setup, either with the same template or a different one, that would automatically roll the critical miss confirmation like the template I'm using does with critical successes. Jarren K. said: I'm not sure if you're pulling that macro from the character sheet you're using, but there is a way to roll critical failures: Dice Reference: Critical Success and Fumble Points . I also don't play Pathfinder so I'm not sure about the rules, but to roll a Critical Fail on a roll of 3 or lower the basic roll would be: /roll 1d20cf<3 You should be able to add that into the current macro like this: {{attack=[[1d20 cf<3 cs>19 + 7 + ?{Attack Mod|0}... And FYI all that any critical roll does is change the highlight color of the displayed roll: green for a success, or red for a failure.