
Hello all! Long-time Roll20 user, first-time forum poster, diving into macros and such to create a seamless experience for my players. I'm not a coder at all, so apologies if this seems simple or has been answered elsewhere. Is there a way (preferably without API) to create multiple results based off one query answer? For example, let's take Rowan. Rowan is a Wot4E monk who can choose to use Fangs of the Fire Snake to deliver fire damage instead of bludgeoning, So my query looks something like: **On a hit:** @{target|token_name} takes ?{Are you using Fangs of the Fire Snake? | Yes, [[1d6+3]] fire damage! | No, [[1d6+3]] bludegoning damage! } Okay, simple enough. But what if I want her "Yes" answer to accomplish TWO things, instead of just the damage roll and the text. For example, adding an FX. I've tried something like: **On a hit:** @{target|token_name} takes ?{Are you using Fangs of the Fire Snake? | Yes, {[[1d6+3]] fire damage!} {/fx burn-fire} | No, [[1d6+3]] bludegoning damage! } I've tried various versions of this, including using the HTML codes to break up the curly-cues, commas and straight lines. No luck. Any help would be much appreciated!