View Single Post
  #1  
Old 11-17-2012, 03:52 PM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

Code:
sub EVENT_ITEM {
   if (plugin::check_handin(\%itemcount,xxxxx=>1))<-------- needs to be added
   if ( !$npc || $npc->GetOwnerID() || $npc->GetSwarmOwner() ) {
      plugin::GivePetItems();
      return;
   }
   plugin::return_items(\%itemcount);
}
Reply With Quote