Jump to content

Help! anyone could tell me how to use llLoadURL()?????


poonoo
 Share

You are about to reply to a thread that has been inactive for 4735 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

The code seems correct - at least as far as you have pated it here. there could be other reasons for it not working - here are some:

  • you set the script to "Not running"
  • you are in a sim where scripts are disabled
  • you muted the object that cobtains the script, it's owner ...
  • something is wrong with the sim
Link to comment
Share on other sites

default{ touch_start(integer num)
     {
          key player = llGetOwner();
          llLoadURL(player,"abc","http://www.google.com");
     }
}

i try this in LSLeditor ,,it works ..

 but not in the game..(when i touch the object ,,, nothing happened )

i notice that   im in a script allowed area ,and also , i build my own object,,,

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4735 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...