View Single Post
  #4  
Old 01-13-2015, 04:54 PM
Bohbo
Hill Giant
 
Join Date: Dec 2012
Posts: 116
Default

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.
Reply With Quote