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
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