Thread: NPCs sleeping
View Single Post
  #6  
Old 02-18-2007, 11:08 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
PHP Code:
function onTimeout()
{
     if (
playerscount == 0)
     {
          
//...
     
}

     
setTimer(0.05);

Put your code where the "//..." is and it will only initiate when there are no players in the room.
__________________
What signature? I see no signature?
Reply With Quote