View Single Post
  #15  
Old 08-22-2003, 07:57 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Timeout is an invisible flag that is 'created' when the timeout count reach 0. Another example:

NPC Code:

if(playerenters){
timeout=5;
}

if(timeout){
say2 Chasam;
}



When timeout be 0,it will 'create' the flag and will execute the code inside that timeout block.

By the way,Kaidaman,timeout & sleep aren't the same thing and won't execute the same thing as you said.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote