View Single Post
05-26-20, 03:46 AM   #1
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
How to get a channel chat color?

Hello,

I found ChangeChatColor("channelname", red, green, blue) tu change a channel chat color, but I didn't find how to retreive a channel's color, something like:
Code:
r,g,b = GetChatColor("channelname")
Thank you.
  Reply With Quote