[Feature Request] Add "received by" metadata for inventory items inside objects/attachments.
needs info
Lucia Nightfire
Add "received by" metadata for inventory items inside objects/attachments.
Create llGetInventoryGiver() function to read giver key.
Giver key is known by the server when the viewer sends ImprovedInstantMessage.
Giver key is known by the server with every use of llGiveInventory().
Inventory prior to code implementation returns NULL_KEY.
A viewer UI element for the Item Properties floater is not needed at this time.
Log In
Rider Linden
Lucia Nightfire How is this distinct from llGOD OBJECT_LAST_OWNER_ID?
Lucia Nightfire
Rider Linden llGOD() only target's rezzed objects or attachments. The requested metadata is for inventory items inside objects. The last owner prim property doesn't change with passage of inventory from one person to another. It only changes when owner changes while rezzed, if set group changes while rezzed or if taken into inventory while rezzed, not detached. I am not interested in last owner. I am interested in who or what gave an object an inventory item. Last owner and giver can be two different entities, especially if it is an object doing the giving.
Spidey Linden
marked this post as
needs info
Toothless Draegonne
Perhaps could also be supplemented with an llDetectedGiverKey() function or similar for use within a changed() event when triggered with the CHANGED_INVENTORY flag set true.