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?
Try entering this into a Call Script:
name = $game_party.actors[0].name
$game_party.actors[0].name = "Saint " + name
Ok, I totally thought it couldn't be done. Zeriab, you rock my socks ;D