RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu

[RESOLVED] Name Entry + "change hero name"?

Started by Yawgmothsbud, May 01, 2007, 05:52:41 AM

0 Members and 1 Guest are viewing this topic.

Yawgmothsbud

I want an event to add "Saint" to the main characters name, but the name is determined by the player, via a name entry.
Is there anyway whatsoever to do this? I tried \n[1], but that didn't work of course, as I believe that only works in message boxes. Perhaps a script of a modification of and existing one?

Zeriab

Try entering this into a Call Script:
name = $game_party.actors[0].name
$game_party.actors[0].name = "Saint " + name

Yawgmothsbud

Ok, I totally thought it couldn't be done. Zeriab, you rock my socks  ;D