I wanted to make a /fx macro where I can run effects without a lot of macros. This is my current macro, but it doesn't seem to be working. I would expect the query to resolve before picking the target, you know, left to right, but it seems like something is not working. Here's my macro. /fx ?{Choose an Effect|Acid,beam-acid |Fire,breath-fire} @{target|Caster|token_id} @{target|Target|token_id} I don't know why this isn't working, as it should act as a placeholder. When I remove the "/" at the beginning, it works fine, replacing the text with the selected option, but instead just gets outputted in chat. The character ids are fine, because when I copy the chat message and put a slash at the beginning again, it works just fine. Any suggestions?