|
Jaydin Normandy
Registered User
Join date: 1 Apr 2006
Posts: 19
|
11-03-2008 11:16
I have a bunch of scripts that used to open up webpages in the in-game web browser. I went to take a look at them again today and now they open up in firefox instead of the build-in browser. I checked my preferences and the in-game browser was enabled. I checked this on two different computers to see if it was a problem with my client and it isn't.
Has there been some change to the scripting? I'm currently using
llLoadURL(llDetectedKey(0), name, URL);
|
|
Very Keynes
LSL is a Virus
Join date: 6 May 2006
Posts: 484
|
11-03-2008 11:31
From: Jaydin Normandy llLoadURL(llDetectedKey(0), name, URL); It was changed in a resent release, you are not the only one annoyed by it, there is a request in PJIRA to either honnor the user settings or to implement a seperate function. The only work around that I know of is to say the URL then click on the link in chat history, hardly a scripted solution.
|