Author Topic: In game links.  (Read 735 times)

Hello.

I've had a search through General Discussion and Help, but couldn't successfully locate a topic asking the same things here, or any mention of the same things, so, I guess I shall ask here.

It's a simple question, I just wanted to know how to make a link to a webpage through Client Events and in the Welcome Message.

For example, I have a topic on these forums about a build of mine.
It explains the build very well.
I'm remaking the build, and wanted to link to the topic to explain this build, in the welcome message.
I've seen other servers with click-able links in the Welcome message before, and I was curious as to how to do it.

Secondly, I wanted to be able to post a link through client message events.
I know it's (Or believe) it's similar to when you type in;
Code: [Select]
<color:FF00FF> Text, Text, Text
To get a coloured message appear on the screen for a person who say, clicks a brick.
However, I'm not sure on what I type in, or how I type it in, in order to get a click-able link.
I know I've done it before, but I can't recall how, and all attempts to recreate it have so far failed.

So, that's my problem. All help would be greatly appreciated, for both or either problems. Thank you.

<a:linkherenohttp>texthere</a>

<a:www.blockland.us/smf>Click</a>
would show up as
Click

works for chat messages, not center/bottom print

<a:linkherenohttp>texthere</a>

<a:www.blockland.us/smf>Click</a>
would show up as
Click

works for chat messages, not center/bottom print
This.

You can also conjure up links with VCE too.

<a:linkherenohttp>texthere</a>

<a:www.blockland.us/smf>Click</a>
would show up as
Click

works for chat messages, not center/bottom print
Thank you so much!
That's brilliant.

This.

You can also conjure up links with VCE too.
I'm no good with VCE. Goes over my head.

This.

You can also conjure up links with VCE too.
really? how would you use VCE to link somebody to a web page so that when they click it, it opens? without using the tags that i supplied
i know you can set a varaible, but that's about it