Maximus Zander
Registered User
Join date: 30 Apr 2004
Posts: 55
|
03-08-2005 23:31
Hi!
Can anyone help me with this? Ive seen vendors and autoupdate-objects hand over items to me with a folder for it. Its more professional this way and makes the user have an allready created folder given to them to inventory, instead of having the objects beeing dumped in Objects folder.
Can anyone enlighten me on this?
/ Max
|
Gattz Gilman
Banned from RealLife :/
Join date: 29 Feb 2004
Posts: 316
|
03-09-2005 01:19
its llGiveInventoryList(key person_to_send_to, string folder_name,["list", "off", "items"]); ex: llGiveInventoryList("3221-2323-1ed1-3d1d1","New Folder",["Object1","Object2","Object3"]); this would give the person with the key "3221-2323-1ed1-3d1d1" a folder anmed "New Folder" with the objects "Object1", "Object2" and"Object3" inside it. But this only works if the person is close to the object giving it.
|