I have looked and not sure if it is possible outside of API. I am stuck keeping at the macro-level (Since I am a player). My GM has a house rule that 1,2,3 auto misses and I am trying to add that to my roll. Here is my Macro- &{template:default} [[ [[{{1d20cf1cf2cf3cs20+?{To Hit|20}}>?{AC to Hit|10}}*(1d10cs0cf0+5+6+2)]] + [[{{1d20cf1cf2cf3cs20+?{To Hit|20}}>?{AC to Hit|10}}*(1d10cs0cf0+5+6+2)]] + [[{{1d20cf1cf2cf3cs20+?{To Hit|20}}>?{AC to Hit|10}}*(1d10cs0cf0+5+6+2)]] ]] {{name=My Attack}} {{Attack 1$[[0]]}} {{Attack 2$[[1]]}} {{Attack 3$[[2]]}}=={{Total$[[3]]}} What this does is roll my 3 attacks and then adds up all the damage. The first part of the macro does a check of attack roll vs AC, if I beat the AC, then it does outputs the damage by either *1 for success on the attack or *0 for not beating AC. What I want to do is 1,2,3 (Critical Failure) and have that do *0 for the damage. I am not sure it is possible and thus I am turning to the Macro Gods and see if someone might be able to help. Thanks for the time you took to read this and Godspeed!