|
Rowan Richelieu
Registered User
Join date: 10 Aug 2004
Posts: 6
|
02-28-2007 13:47
Is anyone willing to share the commonly-used URL giver script out there (click on object, blue menu, click "OK" to go to website in your browser)? Can't find it posted anywhere, but it doesn't seem like something that isn't free somewhere 
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
02-28-2007 14:14
From: Rowan Richelieu Is anyone willing to share the commonly-used URL giver script out there (click on object, blue menu, click "OK" to go to website in your browser)? Can't find it posted anywhere, but it doesn't seem like something that isn't free somewhere  ROFL, Its been posted here at least a dozen times since I started reading the forums. the command is llLoadURL(key avatar_id, string message, string url) default { touch_start(integer total_number) { llLoadURL(llDetectedKey(0), "Flame on!", "http://forums.secondlife.com"); } }
|
|
chr0nic MacKay
Registered User
Join date: 12 Jul 2006
Posts: 26
|
07-30-2007 20:25
hey u say it been psoted 12 time this si the only verson i can find on here and it dont work can any one help me please
|
|
Dragger Lok
(loading ...)
Join date: 10 Sep 2006
Posts: 228
|
This One Works-
07-31-2007 12:03
Think the code formatting is turned off- so here it is raw: second times the charm.... string MESSAGE = "Visit - RadioMaxx.net - to request a track!"; default { touch_start(integer total_number) { llLoadURL(llDetectedKey(0), MESSAGE, "http://www.radiomaxx.net/playlist.html"  ; } on_rez(integer start_param) { llSetPos(llGetLocalPos() + <0, 0, 1>  ; llSetText("", <0,0,0>, 0); llSetText(""", <1,0,0>, 1.0); } }
|