Author Topic: Default color for \c9?  (Read 583 times)

I'm probably nitpicking a little bit here, but how come \c9 isn't used in chat? I can see brown or orange being used here.
I know how it can be fixed client-sided, but I'm just wondering why it's not used by default.

nvm, I thought you were asking what the default color for \c9 was

its worth noting \c8 and \c9 are not set when BlockChatTextProfile is initialized so I would imagine torque just auto sets them to "0 0 0 0"
« Last Edit: January 24, 2016, 02:35:49 AM by Swollow »

well \c8 is shown in /colortest, so I'd assume \c8 is intentionally black


Correct
well \c8 is shown in /colortest, so I'd assume \c8 is intentionally black
Code: [Select]
function serverCmdColorTest(%client)
{
if(!%client.isAdmin)
return;
MessageAll('', '\c1\c00\c11\c22\c33\c44\c55\c66\c77\c88');
}
I would imagine badspot never intended for there to be a black but happened to notice the un-initialized colors defaulted to black
\c8 is not used anywhere in the chat hud except for in the color test command