View Single Post
  #10  
Old 06-04-2002, 10:55 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
-FooL-

I did this and I thought I saw Blue and Red going. Not sure though... too fast x.x

NPC Code:

NPC1:
if (playerenters){
sleep .05;
timeout=.05;
}
if (timeout){
this.show=1-this.show;
if (this.show=1)seteffect 0,1,0,0;
else seteffect 0,0,0,0;
timeout=.05;
}

NPC2:
if (playerenters){
sleep .06;
timeout=.05;
}
if (timeout){
this.show=1-this.show;
if (this.show=1)seteffect 1,0,0,0;
else seteffect 0,0,0,0;
timeout=.05;
}

NPC3:
if (playerenters){
sleep .07;
timeout=.05;
}
if (timeout){
this.show=1-this.show;
if (this.show=1)seteffect 1,0,0,0;
else seteffect 0,0,0,0;
timeout=.05;
}



Ech I have a headache now from all the flashy lights. And it seems to run just slightly faster than a timeout=.05 flashing "HI!" message NPC.

Ugh. This is worse than pokemon. I'm stopping now. x.x
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote