Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

very simple question!

Boris Eebus
Registered User
Join date: 8 Feb 2008
Posts: 45
02-15-2008 09:14
how do I link a prim to an external web page
i.e. I want it so that when someone touches a prim they open an external browser window with a certain address www.secondlife.com - for instance
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
02-15-2008 09:18
default
{
touch_start(integer total_number)
{
llLoadURL("dialog message like: please follow this url", "http://www.somewhere.com";)
}
}
_____________________