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.