View Single Post
  #15  
Old 11-05-2009, 06:35 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

for turn in, try this instead

Code:
sub EVENT_ITEM
{
	if (plugin::check_handin(\%itemcount, 2432=>1, 2433=>1, 2434=>1, 2435=>1)) 
	{
quest::say("Well what do we have here? A job well done indeed!");
quest::spawn2(1247,0,0,$x-20,$y+1,$z,$h);

	}


	else 
	{
	plugin::return_items(\%itemcount);	
	}
}
Reply With Quote