How to put colour into text

Status
Not open for further replies.

Lewisuk

L

Lewisuk

How do you change the colour of text :?: i see some maps that have coloured titles and text and i don't know how could somone plz show me :D
 
Yeah, download a Color Managerfrom the website, they are very easy to use :D
 
Just learn hex, you won't have to mess with programs at all. to make color text in world editor, type
Code:
|cff######(text)|r
The first two #s are the amount of red, the next two are blue, then green. If you want red text, type
Code:
|cffff0000(text)|r
For blue,
Code:
|cff00ff00(text)|r
And green,
Code:
|cff0000ff(text)|r
FF is the highest amount, because the digit system is different. The digits go 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f. So what is normally "10" is actually one digit "a".
 
Status
Not open for further replies.
Back
Top