Thread: Server firsts?
View Single Post
  #2  
Old 04-15-2012, 09:00 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Something like this:

Code:
sub EVENT_DEATH
	{
	if($qglobals{firstkill} == 0)
		{
		quest::shout("blah blah blah");
		}
	}
No idea about the second part.
Reply With Quote