RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RESOLVED] Name Entry + "change hero name"?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
...I'M HUNGRY! Food plawks
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?
« Last Edit: May 01, 2007, 04:33:28 PM by Zeriab »

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
Try entering this into a Call Script:
Code: [Select]
name = $game_party.actors[0].name
$game_party.actors[0].name = "Saint " + name

***
Rep:
Level 87
...I'M HUNGRY! Food plawks
Ok, I totally thought it couldn't be done. Zeriab, you rock my socks  ;D