Skip to content

llGiveAgentInventory

Function Syntax
integer llGiveAgentInventory(
  1. key AgentID, // An agent in the region.
  2. string FolderName, // Folder name to give to the agent.
  3. list InventoryItems, // Inventory items to give to the agent.
  4. list Options // A list of option for inventory transfer.
);

Give InventoryItems to the specified agent as a new folder of items, as permitted by the permissions system. The target must be an agent.