So, It's always made sense to me that when filling a query the answer remain the same for all following queries of the same name for instance ?{Say something|hello!} but I've run into a road block with the methodology of this when using the new auto filled drop down variant, i intended to use the functionality to make it as such that you'd only have to press a single button, select your weapon and it'd roll everything off accordingly. below is my attack macro, it depends on you answering your weapon of choice and should answer all the remaining 'Weapon" choices and fill DIFFERENT data, but it just keeps printing the weapon name in place of rolls/numbers /me attacks @{Target|Token_name} With his ?{Weapon|Bastard Sword one handed,BS1H|Bastard Sword two handed,BS2H|Warhammer,WH} /Roll {1d20-@{Thac0}+[[@{target|AC}+?{Weapon|Bastard Sword one handed,4|Bastard Sword two handed,4|Warhammer,2}]]}>0 /me Damage /me S/M ?{Weapon|Bastard Sword one handed,[[1D8+5]]|Bastard Sword two handed,[[1D12+5]]|Warhammer,[[1D4+3]]} /me L ?{Weapon|Bastard Sword one handed,[[1D12+5]]|Bastard Sword two handed,[[2D8+5]]|Warhammer,[[1D4+2]]} is there a work around or any plans to modify query functionality to enable single answers to do multiple functions when listed again with a different output?