My group uses the Pathfinder character sheets and while the sheets themselves are extremely powerful (and getting better all the time), the macro naming is messy. They prefer not to drag the attack macro buttons directly from the sheet down to their macro back because the resulting macro name is long and does not indicate the attack outside of a numeric placement designated by the sheet. My PCs don't tend to keep their sheets open/expanded at all times because they're somewhat slow or obstructive, so we opt to use the macro bar to link to actions on the sheet itself. The macros we use look as such and they've worked up until recently when iterative attacks started coming into play. When the attack button is pressed from the sheet itself, the macro rolls w/ any toggled iterative attacks. However, when the macro bar button is used that points to the sheet, the first attack is rolled but no iterative attacks. Does anyone have a suggestion for resolvign this? Macro button: %{ playername |repeating_weapon_0_Attack} Sheet Macro: &{template:pf_attack} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=@{name}}} {{attack=[[ 1d20cs>[[ @{crit-target} ]] + [[ @{total-attack} ]] ]]}} {{damage=[[ @{damage-dice-num}d@{damage-die} + [[ @{total-damage} ]] ]]}} {{crit_confirm=[[ 1d20 + [[ @{total-attack} ]] ]]}} {{crit_damage=[[ [[ (@{damage-dice-num} * (@{crit-multiplier} - 1)) ]]d@{damage-die} + [[ (@{total-damage} * (@{crit-multiplier} - 1)) ]] ]]}} {{type=@{type}}} {{description=@{notes}}} @{iterative_attacks} @{macro_options}