Maybe if I understood why this doesn't work I could get a better handle on it.
Code:
sub EVENT_COMBAT{
my @threats = $entity_list->GetClientByName();
foreach $threat (@threats){
quest::emote("Die $threat");
}
}
I woould expect that to return the name of the client or clients of anyone on agrolist/incombat or at the VERY least the person who started combat.
EDIT:: It was implied but it doesn't return anything.