[Opensim-users] Latency in LSL scripts with touch start and llLoadUrl
Asaff Belfer
asaffb at gmail.com
Sun Mar 10 14:18:37 UTC 2019
Hello,
Lately we tried a script and found that it reacts pretty slowly and the
delay somewhat increases in the second and third clicks.
The script is a simple script that sends a url to the user after he clicks
on a scripted prim.
Here is the script:
default
{
state_entry()
{
}
touch_start(integer num_detected)
{
llOwnerSay("URL = " + "http://google.com");
llLoadURL(llGetOwner(),"","http://google.com");
llOwnerSay("URL = " + "http://google.com");
}
}
May I ask you to try this script in your grids and click the prim a few
times? Do you get the dialog after 6-8 seconds from the click too?
Thanks,
Asaff
More information about the Opensim-users
mailing list