Carsten L. said: Hi I have a question I'm working on a macro for attack rolls and I'm looking for a way to just call the primary attack when you have already set up Iterative attacks? I know there is a way to just call the iterative attacks but not the primary. Thanks in advance. Not directly, but you can modify your iterative macro-text to use a query. Replace all the left curly braces in the iterative attack's macro-text, ie " {{ " with " ?{Include Iterative Attack?|No,|Yes,{{} " .The query controls whether or not the iterative attacks are shown. example; ?{Include Iterative Attack?|No,|Yes,{{}attack2=[[ 1d20cs>[[ @{crit-target} ]] + [[ @{attack_macro} + @{iterative_attack2_value} ]] [iterative] ]]}} ?{Include Iterative Attack?|No,|Yes,{{}damage2=[[ @{damage-dice-num}d@{damage-die} + @{damage_macro} ]]}} ?{Include Iterative Attack?|No,|Yes,{{}crit_confirm2=[[ 1d20 + [[ @{attack_macro} + @{iterative_attack2_value} + [[ ?{2nd Destined Strike?|No,0|Yes,1}*( ({floor(@{class-0-level}/2),1)}kh1 ) ]] ]] [iterative] + [[ @{crit_conf_mod} ]] ]]}} ?{Include Iterative Attack?|No,|Yes,{{}crit_damage2=[[ [[ @{damage-dice-num} * [[ @{crit-multiplier} - 1 ]] ]]d@{damage-die} + ((@{damage_macro}) * [[ @{crit-multiplier} - 1 ]]) ]]}} ?{Include Iterative Attack?|No,|Yes,{{}precision_dmg21=@{precision_dmg_macro}}} ?{Include Iterative Attack?|No,|Yes,{{}precision_dmg22=@{global_precision_dmg_macro}}} ?{Include Iterative Attack?|No,|Yes,{{}critical_dmg21=@{critical_dmg_macro}}} ?{Include Iterative Attack?|No,|Yes,{{}critical_dmg22=@{global_critical_dmg_macro}}} ?{Include Iterative Attack?|No,|Yes,{{}attack2name=@{iterative_attack2_name}}}