I apologise if this question has already been answered, but I have searched through the forums and can't find an answer so I hope someone can help me. I am setting up abilities for my monsters NPC Character Sheets so that I can use their actions and spells from the token bar. I have got the action macros setup and working fine: %{Goblin|repeating_npcaction_$0_npc_action} However the spell macros don't work. These are examples I have found and been trying to use: %{Goblin|repeating_spell-cantrip_$0_spell} %{Goblin|repeating_spell_$0_spell} Neither of these appear to work, the only way I have been able to get them to work is by dragging the spell onto the macro bar (I can't do this on token action bar some reason) and then manually typing the code that appears in my macro like this: %{Goblin|repeating_spell-npc_-KJXI1Z7X2raEO4qcn-d_spell} This takes forever and I'm trying to do this for a fair few monsters as I am setting up my first game as DM. Does anyone know how to get it working so I can quickly call up spell 1 or 2 from the list etc instead of manually typing them in? Any help you can give me is greatly apprecieated!