SetName
Usage:
SetName(Actor, Name)
Description:
The SetName command allows you to change the name of an actor. This is mainly useful for giving NPCs a custom name, rather than the default (the actor's race).
Example:
Function Main()
SetName(Actor(), "Ivan the Blacksmith")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.