Hi all! Pretty fresh DM, my first group of players have just hit level 4 running Shadowfell Keep, DND 4th Ed. I really want to simplify how my players kick off their attacks and damage rolls. I do like them separate, as they seem to enjoy the tension of knowing whether they hit before they roll damage. Unfortunately this means they end up with multiple confusing macros to choose from, such as "off-hand,attack,DEX" etc, for each permutation of weapons and Stat modifiers (generally Dex and Str) and a set for Attacks and Damage. I wrote the macros for them as I have a background in CompSci so I'm okay with looking up all the instructions and putting it together. My goal now is to make it so they can choose which weapon to use (say, mainhand, offhand, ranged), then make their attack roll using either STR or DEX. I had a play with trying to use RollQueries to determine the weapon and modifier: eg: /roll 1d20+#?{which mod|STR} OUTPUT: rolling 1d20+#STR I was hoping with something like this I could make it resolve the query first and then run a modifier+level macro etc. So far, no luck even with [[]] around things. Anyone have any luck attempting something similar? Thanks for reading!