Author Topic: How to make a URL / Link in Text Events  (Read 537 times)

onActivate > Client > ChatMessage > "Blah Blah Blah http://www.whateverhere.com/"
I wanna make that clickable with the 'M' thing                              ^

<a:(INSERT LINK HERE WITHOUT BRACKETS)>(INSERT TITLE HERE)</a>
Should work...
Its using TorqueML which is similar to HTML.

Thar ya go :)

<a:(INSERT LINK HERE WITHOUT BRACKETS)>(INSERT TITLE HERE)</a>
Should work...
Its using TorqueML which is similar to HTML.

Thar ya go :)

One thing I forgot to mention... Gah no edit button... Remove the http:// from the beginng of the URL...
EXAMPLE
Code: [Select]
<a:forum.blockland.us/index.php?topic=76513.0>Link</a>
Would be the equivilent of Link

Thank you.

(Thread has been locked due to issue resolved)