LlGetScriptName
From Second Life Wiki
(Redirected from LSL llGetScriptName)
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Examples
Remove the current script from the object
default { state_entry() { llRemoveInventory(llGetScriptName()); } }

