
I've found that simple macros are great for quickly running strings of calls (such as multiattack) with one click, and they work well as standalone buttons, e.g.: %{selected|repeating_npcaction_$0_npc_action}
%{selected|repeating_npcaction_$1_npc_action}
%{selected|repeating_npcaction_$1_npc_action}
%{selected|repeating_npcaction_$1_npc_action} But is there a way to nest this string of calls into an ability button? Unfortunately, it doesn't seem to be as easy as: {{ Attacks = [Multi](~selected|repeating_npcaction_$0_npc_action) (~selected|repeating_npcaction_$1_npc_action) (~selected|repeating_npcaction_$1_npc_action) (~selected|repeating_npcaction_$1_npc_action) }} Any info is much appreciated. Thank you!