Add llGetInventoryDesc Function
complete
Signal Linden
Add a function to retrieve the description of items in object inventory. Something along the lines of:
string desc = llGetInventoryDesc(string inventoryName);
Log In
This post was marked as
complete
Woolfyy Resident
Personally i think that what is lacking most is a feature to search the DESC efficiently, as i mentioned in the following feature request https://feedback.secondlife.com/scripting-features/p/add-a-lldescfindcsv
Arosani Resident
Can we have a llSetInventoryDesc function as well?:
llSetInventoryDesc( string inventoryName, string value );
Kadah Coba
This could be handy for object being given to residents as a way to easily preload some specific data for the object.
Not sure how possible it could be. There is a distinction between inventory objects and assets, with the former being what the description is stored on I believe. Scripts aren't generally allowed to create new assets.
Signal Linden
in progress