Author Topic: Slach Color Help  (Read 1343 times)

Hi,
im new to posting so, ill just get straight to it...
Ive Recently Started to do Advanced Scripting but ive been Guessing at Colors
Could Anyone get be a list of the colors Like this
\c0 - <color>
\c1
\c2
\c3

But To the Top Ofcourse
help me at you get a  :cookieMonster:
NOT A COOKIE!

If you cant spell Slash, what are you doing here?

Also, just use color hexes <color:00ff00> for example. They're easier to remember, and have a lot more combinations.

If you cant spell Slash, what are you doing here?

Also, just use color hexes <color:00ff00> for example. They're easier to remember, and have a lot more combinations.

He is using the Slash Color Codes for a script. I dont think you can use <color:xxxxxx> in scripts, onyl \c#

type /colortest in the game. Those numbers that appear are the colors for their slash command. ie the number 0 is red so \c0 is red.

If you cant spell Slash, what are you doing here?

Also, just use color hexes <color:00ff00> for example. They're easier to remember, and have a lot more combinations.


Gees Sorry for the mistake you still knew what i ment

and i know for a fact they dont work well

/c2 is pink i think

Just add any color for now and edit the script when you have tried a few

He is using the Slash Color Codes for a script. I dont think you can use <color:xxxxxx> in scripts, onyl \c#
You can still use hexes in scripts.

/c2 is pink i think

Just add any color for now and edit the script when you have tried a few
no, its green, 5 is pink
type /colortest in the game.

As for the hex values that correspond to the \c#s, you can just look at the chat text's profile, and multiply the font float values by 255, and convert it from dec to hex.