Quote:
Originally posted by Skyld
Defining a variable clientside and serverside is pretty much the same. If not, then thiso.<name> might be useful. I can't say I really have played around with serverside/clientside variables that much...
|
thiso.vars do not exist
loriel, I would suggest making the npc showcharacter; and using gani attributes
setcharprop #P(30),#v(this.var[0]);
for(i=1;i<arraylen(this.var);i++){
setcharprop #P(30),#P(30,-1),#v(this.var[i]);
}