Chat Name Color

Posted by Cronje on Fri 21 Jan 2005 11:41 PM — 2 posts, 14,504 views.

USA #0
How do you change the color of your chat name when using /emoteall?
Australia Forum Administrator #1
The colours are hard-coded. You would need to write your own "emote all" using the chat scripting calls. Look up the help for ChatMessage:


http://www.gammon.com.au/scripts/doc.php?function=ChatMessage


Effectively you could build the message with your own colours (you would need to use ANSI codes) and then use GetChatList to find the list of connected chat sessions, so you would go through that and send it to everyone.


http://www.gammon.com.au/scripts/doc.php?function=GetChatList