
Let's say I have attributes called Strength and Dexterity, with values of 3 and 4 respectively. I know if I write a dropdown roll query and use it in multiple places, the same option will be selected for all places. Is it possible to output different values from the selected option though? What I'm trying to do is write a query to the effect of ?{Attribute|Strength|Dexterity}: [[?{Attribute|Strength, @{Strength}|Dexterity, @{Dexterity}d10]] Which would parse something along the lines of Dexterity: [[4d10]] Without having to write it ?{Attribute|Strength|Dexterity}: [[?{Attribute2|Strength, @{Strength}|Dexterity, @{Dexterity}d10]] and select Dexterity in two different dropdowns. (if roll queries won't work for this but there's another way to get the same effect, that'd be great to. I'm not married to the route, just trying to reach the destination)