Bruce
Active member
Hello everyone,
Sorry for the noob questions.
"maxscriptvars", - gets maximum number of variables in each script which is accessible by index.
"maxindexedvars", - gets maximum number of global variables which is accessible by index.
"maxentityvars", - gets maximum number of variables in each entity which is accessible by index
I don't understand what's being written on the manual, can someone please help me understand these functions?
What's are the disadvantages for having high value?
script.txt from the OpenBor template:
Thank you very much
Sorry for the noob questions.
"maxscriptvars", - gets maximum number of variables in each script which is accessible by index.
"maxindexedvars", - gets maximum number of global variables which is accessible by index.
"maxentityvars", - gets maximum number of variables in each entity which is accessible by index
I don't understand what's being written on the manual, can someone please help me understand these functions?
What's are the disadvantages for having high value?
script.txt from the OpenBor template:
Code:
maxindexedvars 48
maxscriptvars 16
maxentityvars 4
alwaysupdate 1
Thank you very much