Hello, i'm a GM new to the GM side of roll20. I'm running a game of Pathfinder 2 and i've made (copypasted) a simple macro to roll a secret check for all my players at once: /w GM &{template:default} {{name=Survival}} {{Ulrich:[[ 1d20 + @{Ulrich Goldmane|Survival} ]]}} {{Wild Rose:[[ 1d20 + @{Wild Rose|Survival} ]]}} {{Watson:[[ 1d20 + @{Watson Fletcher ELEMENTALE|Survival} ]]}} {{Goba:[[ 1d20 + @{Goba Ossagrosse|Survival} ]]}} {{Grast:[[ 1d20 + @{Grast Rockbottom|Survival} ]]}} {{Randolf:[[ 1d20 + @{Randolf|Survival} ]]}} Now here's the problem: while it's working great so far, i want to have a single button in my macro bar with a drop down menu that calls for the skill check i need; but with the code in the wiki it breaks everytime ?{Name of Query|Option1|Option2|Option3|Option4|Option5} Later in the page its written that the symbol } tends to do that, and to replace it with the string } but then the original macro breaks. What do i do?