Hi, I've got a spellbook macro that I use in 5e for my spellcasting NPCs. &{template:default} {{name=@{selected|character_name} Spellcasting}} {{Spell Save DC @{selected|spell_save_dc}= @{selected|spell_attack_bonus} to hit with spell attacks}} {{At Will=[@{repeating_spell-cantrip_$0_spellname}](~selected|repeating_spell-cantrip_$0_spell) }} {{1st (4)=[@{repeating_spell-1_$0_spellname}](~selected|repeating_spell-1_$0_spell)}} I've simplified it down to just a couple spells for sharing, but I fill this out entirely. The problem is, this macro only works when I create a Character Ability (in the Attributes & Abilities section) and not when I write it as a game macro. I'd want it to work in both places. I have a feeling it's due to the [text](~selected) syntax, but I'm not sure how to fix it.