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!