Author Topic: Color on fonts wont work  (Read 546 times)

I was trying to make an event like this
<Color:0000FF>Welcome!
And it showed up like this
Welcome!
Like with out the color thing

That's strange, do you have any add-ons on that use the <color:> or <font:> commands?

And even if you do this shouldn't happen.

Umm one that sorta
Its called Eval
And on other people servers when i try it, it wont work still

Are you just asking about your code? because all color codings for text disappear when its message is posted, coloring the word(s).

Ex. Welcome!
(color=beige) and (/color) without ()s, just []s.
hope that helps.

Let me try:Hello, there!
If you see the code, let me know.

What? I just colored a sentence with a color that's NOT on the  color list! So I think it's supposed to be: (color=insert color)"insert sentence"(/color) with []s replacing ()s.

Im not talking bout the Blockland Forums
Im talking bout the game
When i do this event like this
OnAvtivate-Client-ChatMessage-[<Font:0000FF>Welcome!]
It would show up like Welcome! this instead of this Welcome!

And on other people servers when i try it, it wont work still

Never mind, I thought you were talking about forum messaging!

Try it without capitals, like this:
Code: [Select]
0 onActivate > Client > ChatMessage > <color:ff00ff>TestShould work.

Thanks that works
Locking