Hi I’m having issues trying to get a drop down menu working within a character sheet. I can get it to work with buttons.
&{template:npcaction} {{rname=Char menu}} } {{description= [start ](~TSAT|Start-area) [Room](~TSAT|room) [Corridor](~TSAT|Corridor) }}
but doesn’t work when I change it to a drop down menu ,
?{Which macro |Start,%(TSAT|Start-area )|room, %(TSAT|room)|corridor,%(TSAT|corridor )
}
I have changed the code for “|” but must be missing something as displayed the name of ability not run the macro assigned to it
any ideas