// timer example default { state_entry() { llOwnerSay("Starting timer"); llSetTimerEvent(5); } timer() { llOwnerSay("There is a timer event"); } }