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

pathfinder sheet marco help?

i have been trying to type up some macros that pull all the info from the built in character sheet. the one thats giving me a hard time is figuring out how to roll damage with out me have to make changes to the macro. I have tried this but it comes back with a error. [[@{repeating_weapon_0_damage-dice-num}d@{repeating_weapon_0_damage-dice}+@{repeating_weapon_0_damage}+@{repeating_weapon_0_total-damage}]] Can i not pull the dice info out like that or am i doing something else wrong? Thanks for taking a look.
1414092711

Edited 1414092935
vÍnce
Pro
Sheet Author
I don't think you can pull the total-damage info from the sheet for some reason and that is what's probably giving the error. From the PF Sheet forum cannot reference any autocalculated fields from a repeating weapon. This is the macro that I use to pull damage from a repeating weapon [[@{repeating_weapon_0_damage-dice-num}d@{repeating_weapon_0_damage-die}+@{repeating_weapon_0_enhance} + @{repeating_weapon_0_damage}+@{repeating_weapon_0_damage-ability} + ?{Damage Mod?|0}]]
Thank you sir!