I'm about to begin a game that involves running the same dungeon multiple times, with monsters in the same starting positions each time. I need a way to quickly delete the old instances of the npcs. I believe there is no way to delete objects using an API, but all I really need is to be able to select the npc tokens but nothing else on the token layer. I have several ideas on how this might be achieved, but i think the most likely solution is if there is an API available that can select all tokens linked to a specific character, then I can just press the delete key once for each NPC type in the dungeon and use True Page Copy to import the positions of the NPCs from a separate page. Does anyone have any ideas on this?