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
  • Welcome to The RPG Maker Resource Kit.

RM2K3 Question

Started by RedKnight, May 12, 2007, 01:11:35 AM

0 Members and 1 Guest are viewing this topic.

RedKnight

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?

Qig

\n[X] X being the # in the database
Working on world of sorrow again.

RedKnight


Qig

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.

RedKnight

Quote from: Qig on May 12, 2007, 01:18:38 AM
\n[X] X being the # in the database
Quote from: Qig on May 12, 2007, 01:29:43 AM
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.

Qig

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.

RedKnight


modern algebra

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.

RedKnight

Alright. Thanks. I think I've got it.