View Single Post
  #2  
Old 04-22-2002, 08:11 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
UNTESTED
try...
NPC Code:

if (weaponfired) {
if (client.torch==0) {
client.torch=1;
timeout=.5;
}
else client.torch=0;
}
if (timeout) {
if (client.torch==1) {
replaceani idle,torch_idle;
replaceani walk,torch_walk;
}
timeout=0.05;
}

__________________
Reply With Quote