my @nlist $entity_list->GetNPCList(); foreach my $n (@nlist){ if($n->GetNPCTypeID() == ID){ DoStuff(); } }