RPG Maker 2003

RPG Maker 2003

moe Aug 29, 2015 @ 10:01pm
Different Colored Text?
Just wondering if their is way to have change the text color at will...

For example, in OFF, when you use the Wide Angle move, the game tells you (in text, of course) what the enemy's stats are. However, it has some words (like the enemy's name or HP) in orange...while everything else is white text.

So...is it like a "(rgb45)" thing or is it just impossible?

...help?
< >
Showing 1-2 of 2 comments
Tyjan Aug 29, 2015 @ 11:38pm 
There is!

In the Message Text box, before the actual typed text, insert this:

\C[n] , where the 'n' is the color you want to use, numbered 0-19.

If you're using RPG Maker 2003's default system set graphic, the colors will be:

\C[0] Default color(Light blue)
\C[1] Blue
\C[2] Orange
\C[3] Grey
\C[4] Yellow
\C[5] Dark red
\C[6] Purple
\C[7] Pink
\C[8] Shinning orange
\C[9] Green
\C[10] Dark blue
\C[11] Red
\C[12] Snots green
\C[13] Dark purple
\C[14] Gold
\C[15] Light green
\C[16] Dark dark purple
\C[17] Grey-blue
\C[18] Dark green
\C[19] Brown

If you're using a different system set, then those colors are not going to match the choices above.

As an example, you'd enter this into the message box if you wanted the text to be blue:

\C[1]Hello, fellow traveler!

Simple as that!
moe Sep 1, 2015 @ 5:44pm 
Originally posted by Tyjan:
There is!

In the Message Text box, before the actual typed text, insert this:

\C[n] , where the 'n' is the color you want to use, numbered 0-19.

If you're using RPG Maker 2003's default system set graphic, the colors will be:

\C[0] Default color(Light blue)
\C[1] Blue
\C[2] Orange
\C[3] Grey
\C[4] Yellow
\C[5] Dark red
\C[6] Purple
\C[7] Pink
\C[8] Shinning orange
\C[9] Green
\C[10] Dark blue
\C[11] Red
\C[12] Snots green
\C[13] Dark purple
\C[14] Gold
\C[15] Light green
\C[16] Dark dark purple
\C[17] Grey-blue
\C[18] Dark green
\C[19] Brown

If you're using a different system set, then those colors are not going to match the choices above.

As an example, you'd enter this into the message box if you wanted the text to be blue:

\C[1]Hello, fellow traveler!

Simple as that!
ah, many thanks. :)
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Aug 29, 2015 @ 10:01pm
Posts: 2