Author Topic: Links in ChtMessage  (Read 412 times)

I need to add a link to this event


Code: [Select]
OnActivate>Client>ChatMsg>"<color: FFFFF> Vote for the type of server you want next week here http://forum.blockland.us/index.php?topic=261827.0"

But I want that link to be text and a link.

Do I use [u rl=] [/ url] like in the forums or is there another way?

<a:link here without the http:// >text here</a>

Use <a></a> to do it, but without the http:// at the beginning. For example, if you want it to say "Go to google.com", and have "google.com" be the link, use Go to <a:www.google.com>google.com</a> . I think that the colors of the links is the \c4 color (teal/turquoise type thing) Also, the color code tags (<color:>) need to have 6 characters, not 5.
Here's the fixed event for the one you described in the OP:


OnActivate > Client > ChatMessage > <color:FFFFFF>Vote for the type of server you want next week <a:forum.blockland.us/index.php?topic=261827.0>here</a>.

This shows up as:

Vote for the type of server you want next week here.