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
_______________________________________________
Opensim-users mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

Reply via email to