Maybe I should start new game?
can I write so:
#define LVAR_TEAM (8)
#define LVAR_WAITING (9)
#define LVAR_FOLLOW_DISTANCE (10)
#define LVAR_LOCAL_ARRAY (11)
#define LVAR_STATUS (12)
#define LVAR_ACTIVITY (13)
or I must redefine LVARS 0-7
#define LVAR_ENEMY (0)
#define LVAR_FLAGS...
It was:
Scriptname.int ; some comments # local_vars=7
I did
Scriptname.int ; some comments # local_vars=17
It didn`t work.
Any info after ";" seems to be a comment. Was I wrong?
I`ve changed the script - add some new LVARS. When I left the location, they`ve all dropped to zeros. How to prevent it? Where is the number of keeping variables?
Переделал скрипт - добавил LVARов. Вышел с карты - все LVARры сбросились в нули. Как их защитить от сбрасывания? Он где-то хранит...