Author Topic: Help  (Read 1376 times)

I'm in a bit of a pickle. (Does it work!)

Anyway, I was wondering what the codes are to change the colors of letters in script. Also, how to make links clickable.
« Last Edit: February 04, 2008, 05:32:16 PM by Colten »

Any word of a string using "http://" should be interpreted as a link.

What do you mean by "letters of colors"?

If you're looking for the actual link code, its all in the C++ for the mlTextCtrl but there is a basic ML language (like <bitmap:blah>) which contains a <a:www.website.com>link</a> type tag to make links.

If you're looking for the actual link code, its all in the C++ for the mlTextCtrl but there is a basic ML language (like <bitmap:blah>) which contains a <a:www.website.com>link</a> type tag to make links.
Thanks

Any word of a string using "http://" should be interpreted as a link.

What do you mean by "letters of colors"?
lol, I meant colors of letters

Well, you can do /colortest in your server to get a list of colored numbers, and each one of these refers to an escape code like so:

\c0 = red
\c6 = white

and those just go in the message text.

But if you were using centerPrint, in the message string you can do: <color:FF0000> to do red, FFFF00 to do yellow, and all the other infinite combinations.