
I was using the following Ability: ```%{Selected|NPCAction1} ``` with the "show as Token Action" checkbox checked to add a Token Action for attacks/abilities. However I have somehow manage to break it! I switched over to the Darker Dungeon character sheets, from the Roll20 5e sheet, to check it out and then switched back after, after some weeks, fiddling around with it. Now the Token Actions are giving me the following error: ``` No ability was found for %{Selected|NPCAction1}``` I am not sure if this issue is a result of an non backwards compatible API update or if it was as a result of the switch. I did some googling and trawling through the forum looking at changelogs but didn't turn up anything useful. I am pretty new to Roll20 but am an experienced programmer and like to think I would be able to navigate my way around macro construction however I am struggling a little. Is there any way of telling reliably from the sheets what the names for each of the attributes/actions/abilities are? I did find the docs for the char sheet ( <a href="https://wiki.roll20.net/DnD5e_Character_Sheet" rel="nofollow">https://wiki.roll20.net/DnD5e_Character_Sheet</a> ) but it provides little to no info about the NPC actions. Also tried dev tools inspecting the markup for any pointers and turned up some of the command names in the value attributes of the hidden inputs, but again I couldnt find anything related to NPC actions. Any pointers would be appreciated