llGiveInventoryList
LSLvoid llGiveInventoryList(key destination, string folderName, list inventory)
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
| Type | Name |
|---|---|
| key | destination |
| string | folderName |
| list | inventory |
Sleeps
3s
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
string llGetRegionName()
void llTriggerSound(string sound, float volume)
integer llSubStringIndex(string source, string pattern)
list llGetPhysicsMaterial()
void llSetVelocity(vector vel, integer local)
rotation llAxes2Rot(vector fwd, vector left, vector up)
integer llListFindList(list src, list test)
integer llReplaceAgentEnvironment(key agent_id, float transition, string environment)