begin adding a container!

This commit is contained in:
zontreck 2025-02-12 01:49:53 -07:00
parent a31b0deea1
commit 69f389a5ff
2 changed files with 235 additions and 0 deletions

View file

@ -0,0 +1,11 @@
default
{
state_entry()
{
llSetScriptState(llGetScriptName(), FALSE);
}
touch_start(integer iNum) {
llDie();
}
}