Author Topic: \c# codes aren't working.  (Read 467 times)

I remember in events I used to be able to use \c0, \c1, \c2, ect. for red, blue, green, yellow. I preferred it over <color:######> because the \c# codes would be consistent with the normal colors, but for some reason they're not doing a thing. What's the right syntax? I've tried //c0, \\c0, /c0, and \c0. I'm putting these in as CenterPrint or ChatMessage (events, I know these don't work in regular chat).

You have to use <color in events.

You have to use <color in events.
Did they remove the /c# codes in an update? I swear i remember using them.

Did they remove the /c# codes in an update? I swear i remember using them.

You can only use those if you type them in scripts. Events will automatically replace \ with \\, breaking it.

You can only use those if you type them in scripts. Events will automatically replace \ with \\, breaking it.
Same for ", right
Don't those go \"

Same for ", right
Don't those go \"

Yes, however that's irrelevant. They will still represent ".

Yes, however that's irrelevant. They will still represent ".
I know?