LlSetInventoryDesc
From Second Life Wiki
Second Life Wiki > LlSetInventoryDesc
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Summary
Function: llSetInventoryDesc( string name, string desc );| REQUEST | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Sets the description of the inventory item name to desc. Useful for vendors wishing to hand out customized versions of no-mod objects.
| • string | name | – | an item in the prim's inventoryINVENTORY_* flag | |
| • string | desc | – | Desired description for inventory object |
Comments
A few things that came to mind:
- When used in a vendor it would be more useful to change the desc of the item when giving, and not actually changing it in the prim's inventory.
P.S. I changed the syntax, using inventory numbering to access items is hazardous, names are less prone to change. -- Strife (talk </div></div>

