|
Anya Ristow
Vengeance Studio
Join date: 21 Sep 2006
Posts: 1,243
|
02-25-2009 15:21
I thought this was possible but I don't see it...
Is it possible to get the description of a prim in a link set without running a script in that prim, i.e.
llGetLinkDescription( linknum);
_____________________
The Vengeance Studio Gadget Store is closed! 
|
|
Anya Ristow
Vengeance Studio
Join date: 21 Sep 2006
Posts: 1,243
|
02-25-2009 15:25
going to try this...
key id = llGetLinkKey( linknum ); list details = llGetObjectDetails( id, [OBJECT_DESC] ); string desc = llList2String( details, 0);
Update: it worked
/me wants function: string llGetLinkDesc( integer linknum);
_____________________
The Vengeance Studio Gadget Store is closed! 
|