Hi, I play the german rpg "Splittermond" (=splinter-moon) with official designed character sheets and templates. Now I want to create a macro, that lists and executes all existing standard skills in my character sheet in a roll query, because I don't want to switch between my character sheet popup and the game board all the time. I have a roll query such as ?{Skills|skill A, value A|skill B, value B} with almost 20 skills and values in one big macro with much extra informartion. When I execute the macro, I get the right values depending on my picked skill, so the math and parsing works. Now I want to embed this into the special template, which needs a name. I'd like to have the name of the skill I chose. I know, that when you use the same roll query in one macro again, you get the infos of the first roll query and don't be asked again. I tried something like {{name=?{Skills}}} , but then I only get the specific values as the name. Is there a way to get i.e. "skill A" instead of "value A", when I repeat that roll query for the name? Or is there another solution I didn't think about?