Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Link Object?

Nyx Alsop
Registered User
Join date: 14 Dec 2008
Posts: 252
11-30-2009 12:46
Is it possible to rezz something as a link to the object that rezzed it?

Such as llRezAsLink?

I know I can do the change thing with llCreateLink.

But the problem is, I can't be there to keep clicking allow link change for the child object and how can the parent object get the key to add the child to it's link set? having them keep passing the message back wont be all that easy, is there another way?
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
11-30-2009 16:39
From: Nyx Alsop
Is it possible to rezz something as a link to the object that rezzed it?

Such as llRezAsLink?

I know I can do the change thing with llCreateLink.

But the problem is, I can't be there to keep clicking allow link change for the child object and how can the parent object get the key to add the child to it's link set? having them keep passing the message back wont be all that easy, is there another way?

no.

the parent can get the key of the object it rezzes in the on_rez event

Link permissions can be preloaded into objects by having them rez, request permissions, and then be loaded back into the rezzor. the script can then self destruct when it detects that it has been linked.
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Nyx Alsop
Registered User
Join date: 14 Dec 2008
Posts: 252
11-30-2009 16:54
Thank you very much :D