Currently playing in a Pathfinder game using the Roll20 Pathfinder Character Sheet and I've picked up Vital Strike. My idea was to create a macro that would just roll the attack with the extra damage die rather than having to input the die rolls manually into the chat. The problem I've run into is that I can't get the attack and damage values to actually roll -- I think I know the area where I'm messing up but I'm clueless as to what I'm actually doing incorrectly. I've been trying to reference the Pathfinder Official Roll templates but they only show the outputs for the rolls; not the actual inputs. This is what I've figured out so far; the section in bold is where I'm fairly sure my error is. I've got the name and the attack/damage template showing up just fine but I can't get the dice rolls to function. Any help is greatly appreciated. &{template:pc} {{showchar=[[1]]}} {{charname=Royce}} {{name=Vital Strike}} {{type=attackdamage}} {{Attack:=[[1d20cs20>20+{Royce|repeating_attacks_$id_attack1}]] }} {{Damage:[[2d8+{Royce|repeating_attacks_$id_damage1}+1d6]]}}