Chat Hud Text Color
by Ronald J Nelson · in Torque Game Engine · 10/09/2007 (10:29 pm) · 3 replies
Where can I find the script that governs the color text will be in the chat hud?
I know that its different colors depending on who sends what, so I would like to make some adjustments for my game.
Thanks in Advance.
I know that its different colors depending on who sends what, so I would like to make some adjustments for my game.
Thanks in Advance.
#2
The c0 represents color 0 which would obviously be the first one listed in the "ChatHudMessageProfile".
10/10/2007 (1:28 am)
One thing that I forgot to mention, when you send text to the chathud you can specify a color.messageClient(%client, 'MsgYourMessageType' , '\c0Your Message');
The c0 represents color 0 which would obviously be the first one listed in the "ChatHudMessageProfile".
#3
10/10/2007 (4:27 am)
Thanks Tim
Torque Owner Tim Heldna
Around line 52, you'll spot it.