Changing character name

Started by InCreator, Mon 24/10/2005 06:16:04

Previous topic - Next topic

InCreator

How to change chraracter name via script? I mean, not script name, but full name? I found character[CHAR].name variable but don't know how to use it... or is there some other way?

strazer

AGS v2.62:
  StrCopy(character[GEORGE].name, "New name");
AGS v2.70:
  StrCopy(cGeorge.name, "New name");
AGS v2.71 (coming soon):
  cGeorge.Name = "New name";

Ashen

BFAQ

Not the exact same question, but it's still right there in black and white (and yellow, and that reddy-brown colour).
I know what you're thinking ... Don't think that.

SMF spam blocked by CleanTalk