Page 1 of 1

Please let scripts declare variables!

Posted: 18 Jun 2017, 7:29
by Shadowblitz16
@5438A38A
please let scripts declare variables.
not only would this fix the problem of portability but it would make scripting much more pleasant

it could be done by doing

Code: Select all

val(variablename) = value;


or

it could be done by doing

Code: Select all

gval(variablename) = value;


I am not using your program specifically because the scripting environment is horrible.
I would really like to write some scripts but not being able to create variable in script when I need them is downright wrong.