Hi,  For one of my sheets, I would like to put a translation into a macro drop-down prompt that is in a rolltemplate query.  I try that but it didn't work:  {{diceroll=[[?{Ability|^{power},@{pow}d10|^{intellect},@{int}d10|^{charisma},@{cha}d10|^{vigor},@{vig}d10|^{perception},@{per}d10|^{instinct},@{ins}d10|^{agility},@{agi}d10|^{tenacity},@{ten}d10|^{communication},@{com}d10}]]}} All the translation variables already exist because it's the ones for the abilities.  I tried without the translation and it's working:  {{diceroll=[[?{Ability|power,@{pow}d10|intellect,@{int}d10|charisma,@{cha}d10|vigor,@{vig}d10|perception,@{per}d10|instinct,@{ins}d10|agility,@{agi}d10|tenacity,@{ten}d10|communication,@{com}d10}]]}}  Is it possible to do it like that ? If it is, any idea(s) about why it didn't work?  Thanks