First post ever on roll20! I'm playing a level 8 Magus in a Pathfinder game with some friends. Magus tend to use Shocking Grasp a lot when fighting, so I was wanting to just make a weapon macro then call it in a custom macro for the hotbar rather than having to do a weapon attack click and a Shocking Grasp click. The edited macro for my character sheet works the way I intend for it to but when I call it in the hotbar it acts as if no modifications to the macro happened. Edited weapon macro combining a weapon attack with a Shocking Grasp discharge (the only things changed are the Damage Result, Crit Confirm, and Crit Damage lines: /em is attacking with @{name}! Attack Result: [[1d20 + @{total-attack}]] (Needs at least [[(@{crit-target}) + @{total-attack}]] to crit.) Damage Result: Phys: [[@{damage-dice-num}d@{damage-die} + @{total-damage}]] + Elec: [[@{class-0-level}d6]] Crit: @{crit-target}/x@{crit-multiplier} Crit Confirm: [[1d20 + @{total-attack} + @{Int-mod} + @{repeating_feat_8_max-calculation}]] Crit Damage: +[[(@{damage-dice-num} * (@{crit-multiplier} - 1))d@{damage-die} + (@{total-damage} * (@{crit-multiplier} - 1))]] + Elec: [[@{class-0-level}d6]] Type: @{type} Notes: @{notes} @{attack-notes} Result when rolling from the character sheet: Aurek: Attack Result:26 (Needs at least 31 to crit.) Damage Result: Phys: 13 + Elec: 33 Crit: 18/x2 Crit Confirm: 27 Crit Damage: +14 + Elec: 25 Aurek: Type: S Notes: Spell Blade-ing -2 to hit, if Arcane Accuracy +6 Result when rolling from hotbar macro (all the macro is %{Aurek|repeating_weapon_3_Attack} ): Aurek: Attack Result:14 (Needs at least 31 to crit.) Damage Result: 14 Crit: 18/x2 Crit Confirm:22 Crit Damage: +14 Aurek: Type: S Notes: Spell Blade-ing -2 to hit, if Arcane Accuracy +6 The normal to hit bonus is 13 and the crit confirm bonus is 20. In the second macro both are at +13. My campaign has no API's running (though we do have a global @Acrobatics etc. for skill checks for a selected token). Not sure if that plays a factor. Thanks in advance!