Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llAllowInventoryDrop(TRUE); queries

Dominus Skye
Bug Magnet
Join date: 31 Oct 2004
Posts: 54
05-25-2005 21:49
Hi all,

I want to allow people to drop certain items into an object, and it seems that in order to do so the permissions of the item being dropped must be at least COPY/TRANSFER else they get the 'padlock' symbol when attempting to drop the item.

More, once the item is dropped into my object, it transfers ownership automatically to me, so I can't tell who dropped it with an llGetOwner() or llGetOwnewrKey(item). The objects have been created by me also, so I cannot differentiate the 'droppee' with llGetCreator();

Therefore, is there any any means of detecting WHO dropped the item into inventory, within the CHANGED event or elsewhere?

Thanks,
Dominus
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
05-26-2005 03:12
This has come up a few times. Sadly, I think the answer is no.

However, two new functions have been created for 1.6 that might help you formulate a solution to the problem. They are:

http://secondlife.com/badgeo/wakka.php?wakka=llGetInventoryPermMask
http://secondlife.com/badgeo/wakka.php?wakka=llGetInventoryCreator
_____________________
---