This would be a REALLY neat feature.
For example, I have a counter, and a bunch of strings.
ALWAYS = Set string #1's alterable string to String$("string"+str$("Counter"))
So, if Counter has a value of 1 then it will set the string's text to String 1's text
if Counter has a value of 2 then it will set the string's text to String 2's text
I'm trying to set up this dialog system. Instead, I make a bunch of conditions for each dialog/conversation, and this is time consuming. It's like making a volume slider and making conditions if Volume counter = 1 then set volume to 1, and goes on...
Just a suggestion. ¯\_(ツ)_/¯