Hello! I'm trying to set up a attack macro for myself, I think i've gotten most of it down but i'm having trouble in one area, When i want it to roll for damage i have the name listed for the damage as well Damage. Since i have two attacks it's only showing up once if i have it as that name if i have one as a seperate name they appear. any any all help is appreciated! The below works &{template:pf_attack} {{name=Full Attack}} {{Attack 1=[[1d20cs20+4]] VS AC}} {{Damage=#damage }} {{Rapid-Shot=[[1d20cs20+4]] VS AC}} {{e=#damage }} But the following doesn't &{template:pf_attack} {{name=Full Attack}} {{Attack 1=[[1d20cs20+4]] VS AC}} {{Damage=#damage }} {{Rapid-Shot=[[1d20cs20+4]] VS AC}} {{Damage=#damage }}