Author Topic: \c color commands?  (Read 4391 times)

I know \c3 is yellow and \c6 is white.

I think \c4 is cyan and \c0 is red, correct?
Now, what are the rest? I can't get to Blockland and have a lucky shot at the internet right now.


echo("\c0\\c0 \c1\\c1 \c2\\c2 \c3\\c3 \c4\\c4 \c5\\c5 \c6\\c6");

/colortest
What the hell are you talking about.
echo("\c0\\c0 \c1\\c1 \c2\\c2 \c3\\c3 \c4\\c4 \c5\\c5 \c6\\c6");
Doesn't it go all the way up to \c8 or something?
EDIT: It only goes up to \c5 in the console, but goes up to \c8 in-game.

In-game the colors are as follows: c0 = red, c1 = blue, c2 = green, c3 = yellow, c4 = teal, c5 = purple, c6 = white, c7 = gray, c8 = black.
« Last Edit: March 13, 2010, 10:36:30 PM by HellsHero »

What the hell are you talking about.Doesn't it go all the way up to \c8 or something?
As you can see, the last one, c6, is the same color as c0. There is only c0-c5

This is what you want:
talk("\c0\\c0 \c1\\c1 \c2\\c2 \c3\\c3 \c4\\c4 \c5\\c5 \c6\\c6 \c7\\c7 \c8\\c8 \c9\\c9");

Do this while hosting a server. Console colors differ from in-game colors. You' noticed that it goes from c0-c8

/colortest admin only, >_<


Too bad Badspot removed /chattest :(

Too bad Badspot removed /chattest :(
WHATEVER WILL WE DO WITHOUT USELESS COMMANDS CAPABLE OF CRASHING THE SERVER?!

What did /chattest do?


WHATEVER WILL WE DO WITHOUT USELESS COMMANDS CAPABLE OF CRASHING THE SERVER?!
exactly.

What did /chattest do?
Code: [Select]
/ChatTest # - Admin only. Prints the specified number of lines to chat.That.

Alright, cool. Thanks. I really only wanted to know the ones I would use for scripts. But this other information would be useful, too. :D Locking.