Hello everyone ! First, thanks a lot to this community. I am a beginner in Roll20 dev rop roll template stuff etc, and I've managed to make my own Roll20 sheet for my own RPG game I've created based on the Universe of Destiny. Anyway, this is thanks to you guys, through your response on this forum, and I really appreciated. I have a new question today (pretty dumb like always), here is the topic : I have a button that is making my weapon dealing damage. It can't miss, this only display damage. Here is the code of this button : &{template:5eDefault} {{@{weapRarity1}=1}} {{character_name=@{PC Macros|character_name}}} {{title=@{weap1}}} {{subheader=@{weapType1}}} {{attack=[[ @{weapDamageBigNum1}@{weapDamageBig1} ]]}} {{attackadv=[[@{weapDamageElse1}]]}} {{critdamage=[[@{weapCrit1}cs999cf0]]}} {{damage=@{weapPene1}}} {{rollname=Talent}} {{roll=@{weapPerk1}}} {{freetext=@{description1}}} Okay, this is pretty long stuff as you can see. SO : The value attack= is composed of [[ @{weapDamageBigNum1}@{weapDamageBig1} ]] . @{weapDamageBigNum1} is the number of dice rolled. @{weapDamageBig1} is/are the damage dice(s). When attack= do a crit, it launch a crit value on the roll template. Here is an example of what I am saying : So, here is my problem : How to prevent "The Following of the damage" (@{weapDamageElse1}) to prevent doing crit ? N°1 : The following of the damage is doing a critical failure. but this is not supposed to crit, as this is just, even if the dice is doing it maximum or minimum damage, just damages ! I don't want it to crit. N°2 : The following of the damage is doing a critical success, and this proc the critical damage roll. I don't want it to proc this ! Can you guys help me again ? Thanks a lot to you, and thanks for reading this, Ben