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);
}
}