• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How to put colour into text

Status
Not open for further replies.
Level 1
Joined
Jul 23, 2005
Messages
1
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
 
Level 7
Joined
Aug 5, 2005
Messages
218
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.
Top