View Single Post
  #8  
Old 10-20-2013, 04:06 PM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Quote:
Originally Posted by NatedogEZ View Post
Just a suggestion .. you can also name the invisible NPCs like "Qeynos_Zoneline" or whatever zoneline it is near to help from having confusing file names.

Then inside the event spawn just make the NPC hide its name like so..


Code:
$npc->TempName("");
Didn't think about doing that, thanks for the suggestion!
Reply With Quote