sub EVENT_ITEM { $x = $npc->GetX(); $y = $npc->GetY(); $z = $npc->GetZ(); $h = $npc->GetHeading(); $entid1 = quest::spawn2(58083,0,0,$x,$y,$z,$h); if (plugin::check_handin(\%itemcount, 119782=> 4)) {...} else {...} }