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