View Single Post
  #5  
Old 04-04-2011, 08:15 AM
lanystvyl
Sarnak
 
Join Date: Jan 2010
Posts: 53
Default

Going to try this when i get the chance;

Code:
for ($count = 10; $count >= 1; $count--) {

sub EVENT_ENTERZONE {
  my $pet_id = $client->GetPetID();
  if ($pet_id) {
    $pet = $entity_list->GetNPCByID($pet_id);
    $pet->Depop();
      }
   }
 	
}
If it looks wrong let me know.
Reply With Quote