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
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to