Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Updates the color for a type of chat message.

ChangeChatColor(channelname, red, green, blue)

Parameters[]

Arguments[]

channelname
string - Name of the channel as given in chat-cache.txt files.
red, blue, green
number - RGB values (0-1, floats).

Example[]

ChangeChatColor("CHANNEL1", 255/255, 192/255, 192/255);

Result[]

Reset the General channel to the default (255,192,192, slightly off-white) color.

See Also[]

Advertisement