Thread: Help?
View Single Post
  #4  
Old 04-15-2001, 01:46 AM
vergil vergil is offline
Registered User
vergil's Avatar
Join Date: Mar 2001
Posts: 1,408
vergil will become famous soon enough
Send a message via ICQ to vergil
that only works once thak, and i think he wanted it to work withevery item too.
I tried for ya but I'm not any good with scripting, and it didn't work. if you can fix the error it should function properly..
NPC Code:
if (playerchats) {
this.drop = #c;
this.mode=1;
timeout=.05;
}
if (timeout) {
if (!this.count>25&&this.mode=1) {
lay2 this.drop,playerx +0.5,playery +3;
this.count ++;
}
if (this.count>25) {
this.count=0;
this.mode=0;
}
timeout=0.05;
}


Reply With Quote