NPC Code:if (weaponfired) { if (client.chat) { for (this.i=0; this.i<10000; this.i++) { hideimg this.i-1; } unset client.chat; } else { freezeplayer .05; set client.chat; timeout=0.05; } }
if (weaponfired) { if (client.chat) { for (this.i=0; this.i<10000; this.i++) { hideimg this.i-1; } unset client.chat; } else { freezeplayer .05; set client.chat; timeout=0.05; } }