Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Attack Macro help

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 }}
1517559005
vÍnce
Pro
Sheet Author
Roll templates will only show the last key=value combination if the same key is used multiple times.&nbsp; Since you are using {{Damage=#damage}} twice, only the last one get's posted.&nbsp; Try using two unique keys. ie {{Damage1=#damage}} {{Damage2=#damage}}&nbsp; The pf_attack roll template includes handling for "damage1" thru "damage8".&nbsp; more info on the pf_attack roll template.&nbsp; <a href="https://wiki.roll20.net/Pathfinder_Character_Sheet" rel="nofollow">https://wiki.roll20.net/Pathfinder_Character_Sheet</a>...