FarmSystem/LSL/raw/basic_container_expire.lsl

11 lines
No EOL
153 B
Text

default
{
state_entry()
{
llSetScriptState(llGetScriptName(), FALSE);
}
touch_start(integer iNum) {
llDie();
}
}