Charas-Project
Off-Topic => All of all! => Topic started by: Zeigue on June 25, 2006, 02:26:07 AM
-
I'm not sure where to post this but, I once found a way to change the color of the font in messages when characters talked in RMXP..Does anybody know what this coding is? It might be like CSS or Hex Coding or something I forget...thanks in advance.
-
Shouldn't this be at the RPG maker programing forum?
-
A simple script can fix that, I'll see if I can find one if not, I'll just make one.
-
Thanks
-
Originally posted by Zeigue
I'm not sure where to post this but, I once found a way to change the color of the font in messages when characters talked in RMXP..Does anybody know what this coding is? It might be like CSS or Hex Coding or something I forget...thanks in advance.
If it is about scripts look for Dube Alex's advanced message script, that may do what you want...
-
You just type: C[1] (1 being the number of color in the system, 0 is your deflaut color) in front of what you want to be colored, then C[0] once you want the coloring to stop.
EDIT: You have to put one of these --> \\\\\\\ in front of the C[, but because of a charas clitch, \\\\\\ doesn't show up as it should.
-
Originally posted by Meiscool
You just type: C[1] (1 being the number of color in the system, 0 is your deflaut color) in front of what you want to be colored, then C[0] once you want the coloring to stop.
EDIT: You have to put one of these --> \\\ in front of the C[, but because of a charas clitch, \\\ doesn't show up as it should.
That's an individual backslash, by the way.
Sorry Meiscool, but I just wanted to make clear what you were saying. Admittedly, it took me a second to figure out a few things there, and I wanted to make sure that it was clear for future reference.
-
thanks everyone