While not a drop-down query macro, the community sheet includes whispered chat menu macros for nearly all rolls needed. Check out the "Buttons" section located directly below the Conditions and Buffs section. If you enable the quickbar from your sidebar|collection|"Show macro quick bar?", you can drag/drop any button from the sheet(even those Buttons macros, Attacks, Skills, Defense/Saves, Abilities, Spellbooks, etc.) to the quickbar and rename/colorize them as needed. Once you do this, there isn't much of a reason to even open your sheet unless you need to edit something. You can create global macros the call those chat menus for any selected token(given the token is linked to a sheet). For example, if you want a global macro for Saving throws, you simply create a global macro from the sidebar|collection tab, name it "Saves" and include the name of the chat menu button for "Defense", "%{selected|defenses}". You can learn a button's by hovering over the button on the sheet or by dragging it to the quickbar, execute the macro, then click in chat and use the UP arrow to see the last command sent chat. Subsitute the character's name with "selected" so that you macro will work with any token you select. This method will also work for individual rolls on the sheet as well. If you just want a global perception macro, you could use "/w gm %{selected|Perception-Check}" or if you wanted everyone in the party, you could add multiple lines to the macro including each character's name instead of "selected". example #Party_perception /w gm %{bob|Perception-Check} /w gm %{ann|Perception-Check} /w gm %{sue|Perception-Check} .