Looking for a script

Creating scripts
Post Reply
User avatar
Genavieve Page
Posts: 61
Joined: Thu Jun 02, 2016 2:54 pm
Has thanked: 116 times
Been thanked: 44 times

Looking for a script

Post by Genavieve Page »

Hello just wondering if any one has a script that I could put into a poster board so people can touch and get the web page lnk for Kitely Market place items. I haven't found any on market place so far that I can buy. Thanks
Genna
These users thanked the author Genavieve Page for the post (total 3):
Ilan TochnerSelby EvansDon Smith
User avatar
Selby Evans
Posts: 620
Joined: Wed Sep 04, 2013 6:00 pm
Has thanked: 1840 times
Been thanked: 822 times

Re: Looking for a script

Post by Selby Evans »

This script will offer to open a web page on click:
********************************
default
{
touch_start(integer total_number)
{

// The first expression in quotes below is text displayed to the person. The second is the url of the webpage to be opened.
llLoadURL(llDetectedKey(0), "Kitely market","https://www.kitely.com/market");
// The line below may be deleted if the web page always loads
// llSay(0,"If web page does not load, use refresh.");
}
}

//Distributed free by New Media Arts, Inc. Public domain license
*********************************************
You should be able to insert the url of your store if you want.
These users thanked the author Selby Evans for the post (total 3):
Ilan TochnerGenavieve PageDon Smith
User avatar
Genavieve Page
Posts: 61
Joined: Thu Jun 02, 2016 2:54 pm
Has thanked: 116 times
Been thanked: 44 times

Re: Looking for a script

Post by Genavieve Page »

Thank you So much Selby Evans much appreciated

Genavieve
These users thanked the author Genavieve Page for the post:
Don Smith
Post Reply