Thread: Ganis
View Single Post
  #11  
Old 10-18-2001, 10:58 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Re: =/

Quote:
Originally posted by Sep3kP2P
and thats not how timeouts work at all. they go like this...
NPC Code:

if(created){
timeout=.05;
}
if(timeout){
timeout=.05;
COMMANDS;
}

well accually if your doing it for a npc server you can only have timeout = .1;

and I always go like this

if(timeout){
commands;
timeout=0.1;
}

but either way it works
__________________
Thanks,
-KJL
Reply With Quote