Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

FX Query not working.

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?
1654703029
David M.
Pro
API Scripter
Try removing the space after beam-acid, so this: /fx ?{Choose an Effect|Acid,beam-acid|Fire,breath-fire} @{target|Caster|token_id} @{target|Target|token_id}