Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Programming help
« previous
next »
Print
Pages: [
1
]
Author
Topic: Programming help (Read 1975 times)
Shady Ultima
Rock Star
Exemplar
Posts: 1,277
Programming help
«
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.
Logged
Circle of 13 - Demo coming soon. Keep up to date with the development
http://www.charas-project.net/forum/index.php?topic=26245.0
WarxePB
Action Sue
Royal
Posts: 3,601
What killed the dinosaurs?
(No subject)
«
Reply #1 on:
August 30, 2005, 08:05:40 PM »
\\ 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.
Logged
Blog:
The Gigaverse
Twitter:
Initial Chaos
lynxeagle
Member
Initiate
Posts: 20
Umm... I dunno. I'm pretty boring...
There's also...
«
Reply #2 on:
September 01, 2005, 01:37:49 AM »
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.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Programming help