I found this macro someone posted awhile ago that lets you select a spell from a dropdown to cast. Weird thing though, when you paste it into the macro text box and try it, it works perfectly, if you expand the text box or try and add a new line it suddenly starts posting the code into the dropdown box as well as the spell names. Is there a reason for this that is fixable? @{selected|wtype}&{template:npcaction} {{rname=CAST SPELL!}} {{description=?{Choose a spell| Cantrips: | @{selected|repeating_ spell-cantrip _$0_spellname}, [ @{selected|repeating_spell-cantrip_$0_spellname} ](~selected|repeating_spell-cantrip_$0_spell) | @{selected|repeating_ spell-cantrip _$1_spellname}, [ @{selected|repeating_spell-cantrip_$1_spellname} ](~selected|repeating_spell-cantrip_$1_spell) | @{selected|repeating_ spell-cantrip _$2_spellname}, [ @{selected|repeating_spell-cantrip_$2_spellname} ](~selected|repeating_spell-cantrip_$2_spell) | 1st-Level Spells: | @{selected|repeating_ spell-1 _$0_spellname}, [ @{selected|repeating_spell-1_$0_spellname} ](~selected|repeating_spell-1_$0_spell) | @{selected|repeating_ spell-1 _$1_spellname}, [ @{selected|repeating_spell-1_$1_spellname} ](~selected|repeating_spell-1_$1_spell) | @{selected|repeating_ spell-1 _$2_spellname}, [ @{selected|repeating_spell-1_$2_spellname} ](~selected|repeating_spell-1_$2_spell) } }}