Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Mon 25/09/2006 20:37:03

Title: Change character name
Post by: on Mon 25/09/2006 20:37:03
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!
Title: Re: Change character name
Post by: strazer on Mon 25/09/2006 21:06:26
cBob.Name = "Mark"; ;)