begin adding a container!
This commit is contained in:
parent
a31b0deea1
commit
69f389a5ff
2 changed files with 235 additions and 0 deletions
11
LSL/raw/basic_container_expire.lsl
Normal file
11
LSL/raw/basic_container_expire.lsl
Normal file
|
@ -0,0 +1,11 @@
|
|||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llSetScriptState(llGetScriptName(), FALSE);
|
||||
}
|
||||
|
||||
touch_start(integer iNum) {
|
||||
llDie();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue