Mechanique Thirty
Pretty Spider
Join date: 15 Mar 2005
Posts: 60
|
08-06-2005 20:35
I'm trying to make one prim affect its linked prims by giving each of them a script. But it shows up in the child prims stopped.
Is there any way to make the script run in the child prim? I'm hoping to avoid learning to set up listener scripts on every single child prim...
|
Christopher Omega
Oxymoron
Join date: 28 Mar 2003
Posts: 1,828
|
08-06-2005 20:48
To give running scripts, you must use llRemoteLoadScriptPin and llSetRemoteScriptAccessPin.
|
Eggy Lippmann
Wiktator
Join date: 1 May 2003
Posts: 7,939
|
08-06-2005 21:26
*and* have modify permissions on the destination object
|
Mechanique Thirty
Pretty Spider
Join date: 15 Mar 2005
Posts: 60
|
08-06-2005 22:53
Ah, I never would've found that. Thanks!
|