[Opensim-users] What could this runtime error mean?

Jeff Kelley opensim at pescadoo.net
Tue Jan 28 01:00:08 UTC 2014


At 7:33 PM -0500 27/1/14, Dr Ramesh Ramloll wrote:

>  Lately I have been finding it hard to update the same script in N objects,
>  and N is growing exponentially.

If the objects lies in the same region, use llRemoteLoadScriptPin.

You should "bless" each object before with llSetRemoteScriptAccessPin.

Your updater has to discover every objects, you have three choices:

llSensor and variants (moving sensor, panoramic sensor)

llCastRay

Network the objects : poll them with a llRegionSay("ping"), have a 
listen handler which echoes back, this way you collect all their 
UUIDs.

Set  ScriptDelayFactor to 0 if you can. You will turbo-load your scripts.



-- Jeff



More information about the Opensim-users mailing list