Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Shady Ultima on August 30, 2005, 07:26:15 PM
-
I need the list of codes that are used to
- read the character's name and display it. In the project I'm working on, the player chooses the name for 2 members of the party, I need that name to show up, instead of 'Char' and 'Char2' being typed throughout
- any other text codes, for coloring or changing the text in any form.
-
\\ Shows "\".
\c[n] Changes the text color to the color that matches n, n being a number from 0 to 19.
\s[n] Changes the text speed to n, where n is a number from 1 to 20, 1 being the fastest.
\n[n] Displays the name of the hero in the database with ID n, n being any numerical value. (\n[0] will show the name of the first member in the current party)
\v[n] Displays the value held in variable n, n being any numerical value.
\$ Shows the amount of money held.
\! The remainder of the message after this code is only shown when the player presses a key.
\. Adds a 1/4 second delay to the part of the message which follows this code.
\| Adds a 1 second delay to the part of the message which follows this code.
\> / \< Displays the part of the message between \> and \< instantly.
\^ Closes the message window without key input.
\_ Shows half a space.
-
Also, if you put $ followed by a letter, you'll get one of the glyphs in this picture. $A is the top left one, and it continues from left to right until $Z, which is the second row, last image. Then it's $a, which is the third row, first image, to $z, which is the last image.