Quote:
Originally posted by Kaimetsu

I know I've never done it that way. I can't even imagine what you're describing.
|
NPC Code:
if (created||timeout) {
if (keydown(4)&&this.temp==0) {
this.bleh=1-this.bleh;
this.temp=1;
}
else this.temp=0;
timeout=0.05;
}
Is what he means. Probably.