Hi,
I am trying to drop notecard to linked child individual prims 1,2,3 but the notecard always dropped inside the root prim.
Is there anyway to do this without edit linked part?
Thanks.
These forums are CLOSED. Please visit the new forums HERE
How can I drop notecard to individual linked prim? |
|
elitesamster Fallen
Registered User
Join date: 30 Nov 2009
Posts: 5
|
12-17-2009 05:01
Hi,
I am trying to drop notecard to linked child individual prims 1,2,3 but the notecard always dropped inside the root prim. Is there anyway to do this without edit linked part? Thanks. |
Meade Paravane
Hedgehog
![]() Join date: 21 Nov 2006
Posts: 4,845
|
12-17-2009 07:19
Drop?
Like with llGiveInventory? If so, use llGetLinkKey to get the key of the child prim then pass that to llGiveInventory. If you mean 'drop' as in doing it manually, check the Edit Linked Parts box on the edit floater then select just the child prim you want then drop the notecard into the Contents tab. You have to do this one prim at a time - can't modify the contents of multiple prims at once. _____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224 - If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left |
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
12-17-2009 14:18
if you are using llAllowInventoryDrop holding down the ctrl key during the drag/drop operation will place it in the target child prim IIRC (it'll be highlighted in red)
_____________________
|
| . "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... | - |
Meade Paravane
Hedgehog
![]() Join date: 21 Nov 2006
Posts: 4,845
|
12-17-2009 14:49
if you are using llAllowInventoryDrop holding down the ctrl key during the drag/drop operation will place it in the target child prim IIRC (it'll be highlighted in red) Yup. The annoying thing with llAllowInventoryDrop is that it needs to be called on every prim that you want to allow drops to.. If you want to allow drops to a child prim, you need to add a script to that child and call llAllowInventoryDrop in it. _____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224 - If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left |