Hi, I've spend the better part of two days searching for answers to my questions, and haven't found anything helpful. First Question: Is there any way to create a query that has multiple drop downs available rather than multiple queries with only one drop down each? [Example: Say I have three queries I want answered. Can I get all three queries displayed in one pop-up rather than three? That way I can see all my choices in a select-select-select-submit process rather than select-submit-select-submit-select-submit process.] Second Question: Within a macro, can I assign a variable to a query to use later in the macro to better format the text results and die rolls to the chat? I would prefer to write the queries, get a label variable and a value variable based on the response to the query, and then use that to format output and my die roll. [Example: Query user for a stat, and assign that to VariableStat1 and then pull the value of that stat and assign it to VariableValue1, then do the same for a second query (VariableStat2 and VariableValue2) and then format a print out and die roll of "Character uses VariableStat1 and VariableStat2; Result is (roll (VariableValue1)d6+(VariableValue2)d4)"] I hope my examples clarify my questions, and I suspect the answer to both questions is 'no'. Thanks for your assistance.