SecondLife Web Link Script
Writing by admin on Wednesday, 28 of March , 2007 at 3:17 pm
OK so someone has asked me for the script in order to click and object which spawns a web page, so here it is. Just create an object with the texture(s) of your choice and create a new script in that object and paste this in.
default
{
touch_start(integer total_number)
{
llLoadURL(llDetectedKey(0), "Check our Group Activity!", "http://audiocourses.pbwiki.com");
}
}
Leave a comment
Category: Uncategorized
- Add this post to Del.icio.us - Digg





















