default { state_entry() { llSetTimerEvent(300); // five minutes: 5*60--no need to make LSL do this simple calculation } timer() { llOwnerSay("timeout"); } }