We are using the pathfinder sheet in a game.
I am trying to create a macro that will aid my deadly aim and point blank shot
to the second arrow of a manyshot attack. I have placed the manyshot
attack query down in the attack box macro text. In the Ranged attack Insert Macro on
the All Attacks Macros is [[ ?{Target within 30 ft?|No, 0|Yes, 1} ]] and in the
Ranged Damage Insert Macros is ?{Target within 30 ft|No,0|Yes,1} . This
is so it will query me on all ranged attacks I make whether it is a bow or not.
In the actual attack box I have In the Add-to-roll Macros the queries
-[[?{Deadly Aim|Yes,1|No,0}*(1+floor(@{bab}/4))]] for attack and [[?{Deadly
Aim|Yes,1|No,0}*(1+floor(@{bab}/4))*2]] for damage. This adds the damage
to the first arrow of the manyshot, but not the second arrow. How do I do
that, and do I need to change the current macros I have.
Any help is greatly appreciated.