View Single Post
  #1  
Old 08-13-2013, 09:15 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default Changing NPC Name / Lastname

I can change a NPCs name with ...

Code:
$npc->TempName("Uber guy");

But is there a way to change the NPCs last name without crashing the zone?

Code:
$npc->CastToClient()->ChangeLastName("");
That works... but the next time I #repop it will always crash the zone.

Any help would be awesome, thank you!
Reply With Quote