11 lines
No EOL
153 B
Text
11 lines
No EOL
153 B
Text
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llSetScriptState(llGetScriptName(), FALSE);
|
|
}
|
|
|
|
touch_start(integer iNum) {
|
|
llDie();
|
|
}
|
|
} |