Hullo, I've been trying to change the "Full name" of a character in the game, but the manual does not tell you how to set it, only how to display it.
I've been trying the older code...
character[BOB].name = "Mark";
character[BOB].name = ("Mark");
but neither work. Any suggestions? :)
Thanks!
cBob.Name = "Mark"; ;)