Timer - Second Life Wiki
The time between timer events can be longer than that specified with llSetTimerEvent, this is caused by: . Time dilation - See llGetRegionTimeDilation for more information; ; Default event delay - Only so many events can be triggered per second; ; Event Execution - If the execution of an event takes too long; ; llSleep(). Only one timer can be active at one time.
more
|