Hi, is it possible to get the value of a variable whose name was acquired through an expression?
----
So basically my npc text is split into 10 npc.row1 npc.row2 and so on text variables.
I also have a curRow variable that gets +1 every time a button is clicked during npc conversation.
As a result I have to make 10 sepparate curRow conditions -for each row variable to update the text in the textbox with it's value.
Is there a better way to do this?
Basically I want to add another variable called curText. And say
npc.curText=npc.row2
where the 2 at the end of curRow is the npc.curRow value. Is this possible to do in an expression?