Can we change queries so that different outputs can be used when the same query is used multiple times in the same macro? Like, if I wanted to make a macro that was &{template|default} {{name=Attack}} {{Ignatious attcks with his ?{What weapon?|Sword|Axe}.}} {{Attack roll=[[1d20+?{What weapon?|Sword,4|Axe,5}]]}} {{Damage=[[?{What weapon?|Sword,2d6|Axe,1d12}+@{Strength_mod}]]}} Right now it would input the original choice into every instance of the same query, even if they have different outputs for the same choice. Could we make it so that it would check for the output each time the query repeats instead of carrying over the initial output?