I create NPC characters for my monsters and use Ability set as Token Actions to roll their attacks and saves so I don't have to open the character sheet. For example I would have an ability called Bite with the macro "%{selected|repeating_npcaction_$0_npc_action}" and as long as Bite was the first action on the character sheet it works. Ever other action I just increase the $0 by one going down the list. Since the newest Roll20 update however any new abilities I create don't work. Complete example: I have NPC monster for the Banderhobb. The first action on its list is Bite. Inside of its character sheet I add an ability call "Bite" with the macro text "%{selected|repeating_npcaction_$0_npc_action}" set as a token action so that it appears at the top of the screen when the token in selected. If I select the Banderhobb token and press the token action I get "No ability was found for %{Banderhobb|Bite}" Pressing the up arrow in the chat box shows that what was attempted was "%{Banderhobb|Bite}" If I select the Banderhobb token an manually run "%{selected|repeating_npcaction_$0_npc_action}" it works just fine so I know the macro works. Its just the "%{Banderhobb|Bite}" part of the token action that no longer works. Even a simple token action such as "/roll 1d20" doesn't work. Also, if I use a NPC monster that was created before the update all the token actions still work. Anyone else notice anything like this?