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
»
Colour Coding
« previous
next »
Print
Pages: [
1
]
Author
Topic: Colour Coding (Read 2827 times)
Slippy_Gonzalez
[ Espa-Mancer ]
Initiate
Posts: 83
[ Espa-Mancer ]
Colour Coding
«
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 !!!!!
Logged
RuneBlade
Unemployed Metalhead :/
Zealot
Posts: 646
Inactive sonovabitch
(No subject)
«
Reply #1 on:
July 01, 2005, 10:06:24 PM »
write "\c
"
Replace the "x" with a number between 0 and 20, for example:
\c[6] Go to the bridge
Logged
Religions, science, theories. Screw em all, I believe in Metal
WarxePB
Action Sue
Royal
Posts: 3,601
What killed the dinosaurs?
(No subject)
«
Reply #2 on:
July 02, 2005, 02:58:02 AM »
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".
Logged
Blog:
The Gigaverse
Twitter:
Initial Chaos
Slippy_Gonzalez
[ Espa-Mancer ]
Initiate
Posts: 83
[ Espa-Mancer ]
(No subject)
«
Reply #3 on:
July 02, 2005, 11:11:57 AM »
hey hceers....but how do you close the code aswell?
Logged
barnsalot
Acolyte
Posts: 320
(No subject)
«
Reply #4 on:
July 02, 2005, 11:14:39 AM »
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.
Logged
Slippy_Gonzalez
[ Espa-Mancer ]
Initiate
Posts: 83
[ Espa-Mancer ]
(No subject)
«
Reply #5 on:
July 02, 2005, 06:09:28 PM »
Thankyou Barnsalot...cheers everyone..It works fine now.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Colour Coding