Hi everybody! I just need some help to fix my drop-down query. Pathfinder charachter sheet. I have a witch PC called Hilion and I've made 2 macros for evileye (malocchio) and slumber (sonno), but I want to have a dropdown query where I want to select between them but I can't have it fixed. macro for Evileye &{template:pc} {{showchar=[[1]]}} {{charname=Hilion}} {{name=Malocchio}} {{type=spell}} {{rolldmg1=[[1]]}} {{shortdesc=Penalità di -4 ad SC}} {{save=[[1]]}} {{saveeffect=volontà parziale}} {{savedc=%{Hilion|Hexdc}}} {{castingtime=1 azione standard}} {{range=9m}} {{targets=1 creatura}} {{duration=[[3+@{Hilion|intelligence_mod}]] round}} {{descflag=[[1]]}} {{desc=aaaaaaaaaa}} {{shownotes=[[1]]}} {{notes=In caso di TS superato durata 1 round. Effetto influenza mentale}} macro for Slumber &{template:pc} {{showchar=[[1]]}} {{charname=Hilion}} {{name=Sonno}} {{type=spell}} {{shortdesc=aaaaaaaaaa}} {{save=[[1]]}} {{saveeffect=volontà nega}} {{savedc=%{Hilion|Hexdc}}} {{castingtime=1 azione standard}} {{range=9m}} {{targets=1 creatura}} {{duration=[[@{Hilion|class1_level}]] round}} {{descflag=[[1]]}} {{desc=aaaaaaaa}} {{shownotes=[[1]]}} {{notes=Effetto influenza mentale}} I've tried a lot of combination for the drodown but none seems to work 1.(I've saved macros #hexmalocchio and #hexsonno ?{Che fattura lancia Hilion|Malocchio, #hexmalocchio | Sonno, #hexsonno } 2. ?{Che fattura lancia Hilion| Malocchio, %{Hilion|Malocchio}| Sonno,%{Hilion|Sonno}} None of them is working. Can someone help me please?