NPC Code: if (created) { this.textx = x; this.testy = y; this.dist = 5; this.speed = .1; timeout = 0.05; } if (timeout) { move this.testx,this.testy,this.dist/this.speed,4+2+8; timeout = 0.05; }
if (created) { this.textx = x; this.testy = y; this.dist = 5; this.speed = .1; timeout = 0.05; } if (timeout) { move this.testx,this.testy,this.dist/this.speed,4+2+8; timeout = 0.05; }