I'm having an issue where I'm trying to make an attack roll and then follow up with a query based on whether the attack hit or not. Dealing with Behirs and want to write a macro instead of just saying out loud that they're swallowed. Example: /r 1d20 + 10 ?{Did the attack hit?|Yes,You take [[3d10+6]] piercing damage and you are Swallowed|No,} Right now, instead of rolling the attack and then asking the query to me, it always ask the query before I can see the dice roll. Meaning I can't select yes or no because I don't know the result of the roll before I make the selection! I'm not trying to compare the rolled value against the AC on a character sheet, I just want to verify with the player whether it hits and then select yes or no in the query drop down. Any thoughts on why this is happening and how to fix it?