Archive for SLMC Second LifeŽ Music Community Forum
 


       SLMC Forum Index -> Need some advice?
Soundcircel Flanagan

Linking to an external website

I sometimes see objects that links to a external website,
you click them and your browser opens and shows the website.
i guess it is some kind of script that handles this Smile

but i don't know anything about scripts Wink
Sable

What you're looking for is the code I've posted below. Simply create a new script in an object, open it, and replace all of the text in the script with what I've posted here. Replace the text between the quotes with what you want the pop-up box to say to the user, and paste the web address in place of the one given. Done Smile

If you have any further issues with this IM me IW and I'll drop a full-perm example object on you Smile

Code:
default
{
    touch_start(integer total_number)
    {
        llLoadURL(llDetectedKey(0), "Flame on!", "http://forums.secondlife.com");
    }
}
Soundcircel Flanagan

cool
thanks a lot
going to try it right away.
Thaumata Strangelove

heh

I had to laugh at the example title and link there, hahaha
       SLMC Forum Index -> Need some advice?
Page 1 of 1