Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Slippy_Gonzalez on July 01, 2005, 05:25:01 PM
-
Was wondering if anyone knew the code on RM2K3, on making
your text a different colour...for example, making keywords in messages a different colour from the default one.
If anyone could help i'd be very greatful. Cus many people test my game and don't know where to go. (cus they don't read the damn text but hey ho) so i need a way to make keywords jump out
and grab players attentions. THANX !!!!!
-
write "\c
Replace the "x" with a number between 0 and 20, for example:
\c[6] Go to the bridge
-
And if you want to know what colours you can use, check your system set. All the little boxes of colours are possible text colours. Also, note that the first box is "0" and not "1".
-
hey hceers....but how do you close the code aswell?
-
Technically the code is never closed since, at all times, your text has color. But if you want the original color, that would be \c[0]. So just put that in when you're done writing in a different color.
-
Thankyou Barnsalot...cheers everyone..It works fine now.