I'm writing a macro for my Pathfinder Cavalier/Paladin. I'm happy with what I have so far with calculating the "to hit" but was hoping there is a way to adjust the damage with the same queries that are built in the "to hit" part. Or will I have to just put all the same queries with the corresponding damage adjustments and have to go through all the queries twice? &{template:pf_attack} {{character_name=@{selected|character_name}}} {{subtitle}} {{name=+ @{selected|weapon enhancment} lance}} {{attack= [[ 1d20cs>20 + @{selected|STR-mod} + @{selected|bab} + @{selected|size} + @{selected|weapon focus} + @{selected|weapon enhancment} ?{Charge?|Yes, +4 [Charge]|No, +0} ?{Power Attack?|No, +0|Yes, -3 [PowerAttack]} ?{Smite Evil?|No, +0|Yes, + @{selected|CHA-mod} [Smite]} ?{Challenge?|No, +0|Yes, + @{selected|class-0-level} [Challenge]} ?{Distracting Charge?|No, +0|Yes, +2 [Distracted Charge]} ]] }}