Thread: Timers
View Single Post
  #2  
Old 05-19-2008, 11:18 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
sub EVENT_SPAWN
{
	quest::settimer("depop",100000); 
}

sub EVENT_TIMER
{
	if ($timer eq "depop")
	{
		quest::depop();
	}
}
change 100000 to whatever it should be for an hour..
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote