Thread
:
NPCs sleeping
View Single Post
#
6
02-18-2007, 11:08 PM
godofwarares
Webmaster
Join Date: Dec 2006
Location: Florida
Posts: 552
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?
godofwarares
View Public Profile
View GraalOnline Profile
Visit godofwarares's homepage!
Find all posts by godofwarares