Ive read through a lot of posts, but haven't seen my exact issue. Ive had monsters set up in Roll20 for years, working fine with the following basic single attack macro. /w gm %{selected|repeating_npcaction_$0_npc_action} Using it alone works perfectly, but any creature with the multiple attacks/effects as written below does NOT work, and just does nothing when the macros is triggered. As of my last game 2 weeks ago everything worked perfectly so i assume this is something changed or internal. /w gm %{selected|repeating_npcaction_$0_npc_action} /w gm %{selected|repeating_npcaction_$1_npc_action} Normally the above would attack with 1 action then the second, now the macro is dead. If i change the single attack to (below) it again does nothing. /w gm %{selected|repeating_npcaction_$1_npc_action} or /w gm %{selected|repeating_npcaction_$1_npc_action} /w gm %{selected|repeating_npcaction_$1_npc_action} Only the "$0" action will work, if i change it or add a second (or third, or more) the macros now does nothing. Any tips or thoughts? And thank you.