Hello! I was trying to make a macro for my 2024 character sheet - a simple spellbook that alows a player to select a cantrip to cast, but when I try to make a reference to an action of the token (in the Character sheet) I get only this output instead of the macros actually working: &{template:default} {{name=@{selected|token_name} casts a spell ?{Select a spell|Sacred Flame,#Sacred_flame |Toll the Dead,#Toll_the_Dead }}} What am I doing wrong? Is it possible to make a propper working dropdown menu of spells so that avoid using chat menues?