View Single Post
  #9  
Old 02-29-2008, 09:33 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

You should be able to do it like this, using your code:

Code:
sub EVENT_TIMER {
	my $zonelnuc = uc($zoneln);
	if ($timer eq "warning1") {
		quest::stoptimer("warning1");
		quest::shout("$zonelnuc will be restarting in 30 minutes.  Please zone out before that time.");
	}
	...
	...
	...
}
So, you could just need to rename the $zoneln in the rest of the script to $zonelnuc.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote