View Single Post
  #3  
Old 01-20-2003, 08:29 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: Suggestion

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]);
}
Reply With Quote