NPC Code: timeout = .05; if (timeout) { this.key = -1; if (keydown2(17,true)) this.key += 2; if( keydown2(keycode(d),true)) this.key += 2; if (this.key % 3 == 0) say2 You pressed "ctl+d" good for you!; timeout = .05; }
timeout = .05; if (timeout) { this.key = -1; if (keydown2(17,true)) this.key += 2; if( keydown2(keycode(d),true)) this.key += 2; if (this.key % 3 == 0) say2 You pressed "ctl+d" good for you!; timeout = .05; }