
Hello, I'm not entirely sure this is the place to post, so I apologize if it's not. I'm trying to add a button at the bottom on the Attack rolls from the abilities for a custom game and sheet. So this is the roll(this part works just perfectly): &{template:default} {{name=Targeting}} {{Attack=[[1d20+@{Response}}+?{Assist Bonus|0}]]}} {{Damage=[[1d12+@{Firepower}?{Roll As: |Mau, +0|Panther, +0|Alt, +0}]]}} I wanted to add a button at the bottom or after this that the players can click if they roll a crit on the "attack". So, I think either this cannot work (very likely) altogether, or I just don't understand the button functions/limitations(more likely). This is what I tried adding (in various places because my "coding" is trial and error lol): [Crit](~Mau|[[roll=1d12+@{Firepower}]]) Is this possible and I'm just not using it right? I would like for it to go with the "ability roll" and draw from attributes to just roll the damage dice again without making players have to clutter the chat with multiple template rolls. And is there a way to have it auto calculate? My only other thought as a solution is to add "Critical" as an ability that uses: &{template:default} {{name=Critical}} {{Added Damage=[[1d12+?{Which attack?|Gun,{@Firepower}|Slash,{@Melee}]]}} And then manually calculate the total.