Hello,
I want to set a permanent character variable that calls from an array.
For example, my variable set up:
setarray(variable$[0],
"value_1",
"value_2",
"value_3"
);
And then call array to set the variable:
variable$[2] = 1;
It seems to work okay...but when scripts reload, values are cleared.
Any help? Thanks.