Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Simple Question Please look!

Alexio Gable
Registered User
Join date: 26 Mar 2006
Posts: 14
04-02-2006 14:05
ok about keys, does every prim have its own key? and is that key permanant for only that prim forever? also if you link objects together do those two objects still have separate keys? if i have more then one object/script and i find the key for the object that that script is within(the two objects are linked) will the other object be able to read that from that script? if not how can i make it able to?
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
04-02-2006 16:27
From: Alexio Gable
ok about keys, does every prim have its own key? and is that key permanant for only that prim forever? also if you link objects together do those two objects still have separate keys? if i have more then one object/script and i find the key for the object that that script is within(the two objects are linked) will the other object be able to read that from that script? if not how can i make it able to?


Yes
No
Yes, and the root prim's key counts for the whole object in some ways.
Not directly, but the script can affect the other object (e.g. llSetLinkAlpha() ), or talk to a script in the other prim(s) via linked messages llMessageLinked.
Alexio Gable
Registered User
Join date: 26 Mar 2006
Posts: 14
04-02-2006 20:23
Thank you very much that was very helpful :-) thank you