Hello everyone, i'm trying to make a macro which allows me to make only one query and then create a roll based on that. the one i wrote is this: &{template:pc} {{showchar=[[1]]}} {{charname=Ike}} {{name=Prova di ?{Prompt:|Acrobazia, Acrobazia | Percezione, Percezione | Con-Natura, Conoscenze Natura}}} {{type=skill}} {{roll=[[d20+ ?{Prompt:|Acrobazia, @{Ike|acrobatics} | Percezione, @{Ike|perception} | Con-Natura, @{Ike|knowledge_nature}} ]]}} {{descflag=1}} {{desc=Prova di Abilità}} {{shownotes=[[1]]}} {{notes=notes}} I found on forum that if i assign the same name to a query the script assume is the same, but it assign the first value in the beginning and never change. so the result is a d20 roll plus a string of text instead of the numeric value. Is there a way to solve this or i have to multiple prompt everything in this kind of macro? i would still like to use this template Thank you