Difference between revisions of "LlRemoveInventory"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
|caveats
|caveats
|constants
|constants
|examples
|examples=Remove the current script from the object
<Pre>
default
{
    state_entry()
    {
        llRemoveInventory(llGetScriptName());
    }
}
</Pre>
|helpers
|helpers
|also_functions
|also_functions

Revision as of 05:27, 27 September 2007