Quote:
Originally posted by Spanko
It'd probably be more effective if you did:
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;
}
}
|
Yay! I was gonna do exactly that you saved me a few minutes!
