Curly parens: Put some text in curly braces and we’ll turn it into the value of the named variable.
*set honesty 30
*set virtue “honesty”
*set score {virtue}
Your {virtue} score is {score}
Not sure how this interplays with concatenation and other complex coding, but assuming it works like it’s appears it’s supposed to in every other case, that last line should be: *set VARIABLE1 {VARIABLE1} & {VARIABLE2}
Other than that though, I think it should work fine.