Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Links to Websites

Byron Faulds
Registered User
Join date: 5 Jun 2007
Posts: 4
07-17-2007 10:57
I know this is a super noob question, but I simply cannot find a very *basic* "touch to go this website" script. If someone can help me, I would much appreciate it.

Thanks in advance!
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
07-17-2007 15:18
From the wiki http://wiki.secondlife.com/wiki/LlLoadURL
CODE

// Display URL Dialog
default
{
touch_start(integer num_detected)
{
key gAvatarKey = llDetectedKey(0);
llLoadURL(gAvatarKey, "View the offical Second Life website.", "http://www.secondlife.com");
}
}