Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Open website

Katt Kongo
M2 Publisher
Join date: 9 Jun 2005
Posts: 1,020
03-31-2006 12:28
I was looking for an "Open website" script in the scripting library, but whenever I use the search function, it just takes me to a blank page.

Does anyone have an "Open website" script that they would be willing to share?
_____________________
The Metaverse Messenger
A real newspaper for a virtual world.
Now with over 63,000 readers!
http://www.metaversemessenger.com
Doc Herrey
DH Graphics
Join date: 30 Nov 2005
Posts: 21
03-31-2006 12:42
CODE

default
{
touch_start(integer total_number)
{
llLoadURL(llDetectedKey(0), "Example Load URL", "http://www.yourwebsite.com");
}
}


Hope this helps =)
Zepp Zaftig
Unregistered Abuser
Join date: 20 Mar 2005
Posts: 470
03-31-2006 12:42
I think llLoadUrl is what you are looking for.
_____________________
:cool: :p ;) :D
Phoenix Psaltery
Ninja Wizard
Join date: 25 Feb 2005
Posts: 2,599
03-31-2006 13:01
Uh... like the one we use in the M2 vendors? :)

P2
_____________________
:cool:
Katt Kongo
M2 Publisher
Join date: 9 Jun 2005
Posts: 1,020
03-31-2006 13:10
Like the ones that we are not allowed to read in the M2 vendors.
_____________________
The Metaverse Messenger
A real newspaper for a virtual world.
Now with over 63,000 readers!
http://www.metaversemessenger.com