-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