Author Topic: Link to an site in-game  (Read 1103 times)

I'm working on a server and I need a link to it IN-GAME.
So when you join it'll say something like, "Welcome %1, join our site here".
Let's say it's for example Google.
Help c:


I don't want them to see the link like this: http://google.com
I want them to be able to see it and click it while it says this: Here.

<a herf="http://Your_link_goes_here.com>Text goes here</a>
I believe that is what you are looking for?

<a herf="http://Your_link_goes_here.com>Text goes here</a>
I believe that is what you are looking for?

Ok I'll try this.

<a herf="http://Your_link_goes_here.com>Text goes here</a>
I believe that is what you are looking for?


No, that's HTML. In Blockland, do this:

Code: [Select]
<a:blockland.us>The Blockland Website</a>
Remember to remove the http:// from the beginning.

Ok tried that, all I got was "Here"
Let me try the chat.


In Blockland, do this:

Code: [Select]
<a:blockland.us>The Blockland Website</a>
Remember to remove the http:// from the beginning. You will only be able to do this in your welcome message, not chat.


wait do I add .com
Pretty sure.

wait do I add .com
Pretty sure.

<a:forum.blockland.us
<a:google.com
so yes, only if it has .com on the end