I am trying to make a token button that gives me a drop down menu for each level of an NPC mage's spells. So far I have this ?{Cantrips|Choose one:,?{Choose an option|Try again.|Fire Bolt, %{selected|repeating_spell-npc_$0_spell} | Light, %{selected|repeating_spell-npc_$1_spell} |Mage Hand, %{selected|repeating_spell-npc_$2_spell} |Prestidigitation, %{selected|repeating_spell-npc_$3_spell} I get "Try again" and "Fire Bolt" but not the others, also when I select Fire Bolt it runs the %{selected|repeating_spell-npc_$3_spell} instead putting up the spell card template for Prestidigitation. I can't seem to find anything that explains this issue, but my google-fu may not be strong enough. Also, if it matters I am setting up a NPC spellcasting monster template so I can just duplicate it in the future and change out whatever I need.