Thread: Conversation
View Single Post
  #4  
Old 11-12-2009, 11:32 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Well you can get a perl array of every npc with $entity_list->GetNPCList() and iterate through and simply match it to spawn2 point or whatever so it doesn't really matter if your npc is unique or not =)
Reply With Quote