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.

Refering to names [RMXP]

Started by Eden, August 27, 2007, 02:43:14 PM

0 Members and 1 Guest are viewing this topic.

Eden

Does anyone know how to use a code to refer to a character name in a message? Such as "<Insert character 1 name here> opened the chest" when the player can name the character.

Falcon

For the shitty default message system I believe it is \n[actorID]

Eden

That's it. \n[1] in this case. Thanks.