I want to be able to change a numeric variables (or any variables) name, but not the value.
Why need this?
As im progressing with the story, i dont want to find names for the places or characters and thats a different work which i will be deciding later on. I want to just put something like this and then when i decide on the name, i want to just change the variables name.
"Officer ${officers_name}, wants to see you in his room." said employee and walked away.
In this case, i can perfectly change it to whatever i want because what im changing is the string, not the numeric value. But for numeric variables its different.
*choice
#You find him attractive.
*set John +20
*goto nextlabel
#You find him annoying
*set John -20
*goto nextlabel
What if i want to keep Johnâs values but change Johnâs name? Iâve been thinking about this lately and couldnât find a way. Thanks for any help