View Single Post
  #10  
Old 01-05-2009, 12:47 AM
Neiv
Hill Giant
 
Join Date: May 2008
Location: Colorado
Posts: 238
Default

I solved the problem. I just created the following .pl for each I lost and repopped the zone:

Code:
sub EVENT_SPAWN
	{
	quest::shout("I am at $x,$y,$z");
	}
Reply With Quote