Jump to content

Peace Darkbyrd

Resident
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Peace Darkbyrd

  1. Thanks Rolig for your help! Look forward to meeting you. Have a great day and thanks everyone! Just to let you know a friend tried the URL on my sim and it worked for them...just not me which means its my side not the scripting...phew!
  2. Tried in two locations and rezzing fine but the script isn't working for me.
  3. Hi, Thanks for getting in touch. Just rezzed it in another rez area and this didn't work. I tried adding the script to another cube and it didn't work. I altered the script to in new prim cube (6 sided!): default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llLoadURL(llDetectedKey(0), "Homepage", "http://www.rebecca.kesler.co.uk"); } } It came up with hello avatar nothing else.
  4. LOL!! Your correct...feel free to visit me in SL...problem is still unsolved!
  5. It's a simple prim box object...4 sided cube!
  6. Hi, It is not opening the dialog box to go to the web site. I was thinking could it be an ad blocker maybe or Flash?
  7. Thank you so much. I tried this and I can't believe it but the object is still not opening the url!!
  8. Not sure how to direct it externally. Some more help?! I have tried it mono and reset the script too...still not working :(. It's such a simple thing and as you said it should work! sorry if I'm missing something!
  9. Hi, Script is running. Mono is off and yes it's attached to the object! I'm at my rented sim home so yes it is allowing me to rez and I checked with other scripts and these are running. When I logged in I did notice that the internal browser had a server error but the object with the script attached is not even opening this.
  10. Hi, Thank you so much for letting me know it works and your help and support. It still isn't working for me ! Any help?
  11. Hi, I was using this as an example rather than my homepage. The exact script is: default { touch_start(integer total_number) { llLoadURL(llDetectedKey(0), "Homepage", "http://www.rebecca.kesler.co.uk"); } }
  12. Hi thank you for your help! The new script is as follows and is still not working. Any advice? default { touch_start(integer total_number) { llLoadURL(llDetectedKey(0), "Second Life homepage", "http://Secondlife.com"); } }
  13. Hi I am trying to add a load an url to a prim in SL...this script: default { touch(integer total_number) { llLoadURL(llDetectedKey(0), "Second Life homepage", "http://Secondlife.com"); } } I am running through the tests because it is not working and it says when I hold down the touch button that I am being spammed with URLs. Any help? Tests are on this page: http://wiki.secondlife.com/wiki/LlLoadURL_Test
×
×
  • Create New...