Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

SL Scripts

Bane Darrow
Registered User
Join date: 23 Apr 2006
Posts: 21
11-06-2006 14:59
Are there any conditions where a script is executed locally on the client? Such as HUD attachments? Or do all scritps execute fully server-side?

My guess was originally they are 100% server side, but I noticed a script workin on my HUD while I was disconnected from the server once, I thought. Maybe I was seeing things...

Bane Darrow
Kelly Linden
Linden Developer
Join date: 29 Mar 2004
Posts: 896
11-06-2006 15:03
Scripts always run on the server.

However, some script functions set parameters on the object and can appear to continue to run when they are not. It is not always intuitive which cases these are. For example llTargetOmega and llParticleSystem both operate in this way.
_____________________
- Kelly Linden