LSL Wiki Mirror 10-5-2006: llRemoveInventory

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
llRemoveInventory(string inventory)

Removes the inventory item identified by inventory from the object's inventory.

Example:
llRemoveInventory("Object"); // delete the item named Object from the contents of the prim

A script can delete itself by supplying the result of llGetScriptName to this function:
llRemoveInventory(llGetScriptName()); // delete this script


Functions | Inventory
There is no comment on this page. [Display comments/form]