I'm trying to have a necromancer summon up a handful of skeletons from the Monster Manual via the SpawnDefaultToken script. I have copied the skeleton's artwork to my library, I have the necromancer's token selected, and am using the following command !Spawn{{ --name|Skeleton --qty|6 --placement|surround }} When this runs, I get "(From SpawnAPI): Unhandled exception: undefined" in the chat log, and "ERROR: You must specify a valid layer to create this object type." appears in the API Output Console. I have been able to use the script to successfully summon PCs' tokens to the board, this only seems to happen when trying to call monsters. Has anyone encountered this before?