llGiveAgentInventory across Regions but has to be put it into Received items
Nexii Malthus
llGiveInventory
and llGiveAgentInventory
both allow for giving inventory. However llGiveInventory
allows you to give items unrestricted across any region. llGiveAgentInventory
is however restricted but is a more useful function with inventory folders.There is a huge demand to unrestrict
llGiveAgentInventory
as the whole point of the function was to get around "Unboxers" in the first place as the major usecase.Here are two proposals:
- Allow llGiveAgentInventoryto work across regions but only if the destination agent is part of the group the object is assigned to -- https://feedback.secondlife.com/scripting-features/p/llgiveagentinventory-across-regions-but-only-if-same-group
- This proposal- AllowllGiveAgentInventoryto work across regions but the contents are put into "Received items", same as Marketplace.
Both proposals go toward the same goal for my personal uses but are not exclusive -- they can be both valid and should be considered on their own merits and usecases.
----
Proposal - Received Items
Lets allow
llGiveAgentInventory
to work across regions, however only if a flag is set to put the inventory into Received items.Usecases:
- Vendor / Shop that wants to deliver a new product
- Customer wants a redelivery of a product (particularly latest one)
- Vendor / Shop that wants to deliver a critical update to a product
This could be done by adding a
TRANSFER_FLAG_RECEIVED_ITEMS
flag, which allows for giving a structured folder into the Received items part of the viewer inventory interface.Log In
Andromeda Quonset
It would also be helpful to be able to give Folders, too, under the same conditions.