Thread
:
Mob attacks everything on hate list
View Single Post
#
8
09-18-2012, 04:26 PM
Caryatis
Dragon
Join Date: May 2009
Location: Milky Way
Posts: 539
Thats where alittle perl knowledge comes in handy...
@npcArray = $npc->GetHateList();
foreach $ent (@npcArray)
{
}
Having never used the syntax Concrete used, I can't comment on its correctness however the above works.
Caryatis
View Public Profile
Send a private message to Caryatis
Find all posts by Caryatis