These forums are CLOSED. Please visit the new forums HERE
passing scripts from prim to prim |
|
Jade Bard
Registered User
Join date: 7 Jul 2004
Posts: 106
|
01-16-2006 22:35
I found out when i pass a prim from one prim to another... it passes it, but does not run it. Is there any way to get around this?
|
Cid Jacobs
Theoretical Meteorologist
![]() Join date: 18 Jul 2004
Posts: 4,304
|
01-16-2006 23:18
I'm assuming you are referring to passing scripts from one prim to another, in which case you would more than likely want to use llRemoteLoadScriptPin it allows you to toggle the script running state:
llRemoteLoadScriptPin(key target, string name, integer pin, integer running, integer start_param) Hope that helps. ![]() _____________________
|