llGiveInventoryList
function ll.GiveInventoryList(TargetID: string, FolderName: string, InventoryItems: {any})Give InventoryItems to destination (represented by TargetID) as a new folder of items, as permitted by the permissions system.
TargetID may be any agent or an object in the same region. If TargetID is an object, the items are passed directly to the object inventory (no folder is created).
Parameters
-
TargetID(string) -
FolderName(string) -
InventoryItems({any})
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GiveInventoryList().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGiveInventoryList