View Single Post
  #2  
Old 07-11-2002, 11:10 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Re: Re: Why does this not seem to work? (array)

Quote:
Originally posted by Kaimetsu
NPC Code:
 setarray this.items,sarraylen(client.invitems);
for (a=0;a<this.items;a++) {
this.items[a] = a;
}



When did you set this.items?
yeah, arraylen(this.items)

hehe, such little mistakes, such huge problems.
__________________

subliminal message: 1+1=3
Reply With Quote