Hey all, I'm putting together a Grok?! game and am trying to setup a macro so that the players can click a button for whichever of their three Attributes, set the number of dice they're rolling and select whether its with Advantage/Disadvantage or not. I have one query for total number of dice being rolled, and another for advantage/disadvantage, but i'm not sure how (or if i can) call the total dice query into the advantage/disavd query. Or maybe I'm doing this far too complex? Here's what I have so far, if they were making a physical roll: !?{Total dice?|1} !?{Advantage/Disadvantage?|Advantage,d@{selected|Physical}kh1|Normal,1d@{selected|Physical}|Disadvantage,d@{selected|Physical}kl1}} &{template:default} {{name=Physical}} {{Result=[[?{Advantage/Disadvantage?}]]}} My thought being they player will input the total dice they're rolling, all of which will be the same die type based on their attribute, then roll that number, either keeping the highest or lowest (or just rolling one if its a straight roll). Appreciate any guidance on how to do this correctly, or more simply than I'm trying now. Thanks!