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.
RM2K3 Question

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
Fighter: This is called a Random Encounter.
OK. Suppose at the Start of the game, I want the Character's Name to be listed as "??????" or something like that. Then, during an Event, I want to rename him. Well, when I'm making an Event and entering a Message, what do I type so that it shows whatever name the player chose for the character?

pokeball QigOffline
***
Rep:
Level 87
\n[X] X being the # in the database
Working on world of sorrow again.

***
Rep:
Level 87
Fighter: This is called a Random Encounter.
Uh...What?

pokeball QigOffline
***
Rep:
Level 87
IN the text box you put \n[n]: X being the number of the actor in the text box.
Working on world of sorrow again.

***
Rep:
Level 87
Fighter: This is called a Random Encounter.
\n[X] X being the # in the database
IN the text box you put \n[n]: X being the number of the actor in the text box.

which is it? [n] or [X]? You also posted two completely different ones in each post.

pokeball QigOffline
***
Rep:
Level 87
It reall doesnt ember,you'll replace the N\X (why I changed I really dont know) with a number.
Working on world of sorrow again.

***
Rep:
Level 87
Fighter: This is called a Random Encounter.
Alright. Thanks.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
For example, if you wanted to display the name of the 1st Hero in the database (default: Zack), then you would type \n[1] in the message box. If you want to display the name of the 2nd Hero in the database (by default, Albert), then \n[2] would display the name. If you change the name in an event, then it will display the name you changed it to.

***
Rep:
Level 87
Fighter: This is called a Random Encounter.
Alright. Thanks. I think I've got it.