Talk:LlSetTimerEvent

From Second Life Wiki
Revision as of 02:28, 26 January 2009 by Ramana Sweetwater (talk | contribs)
Jump to navigation Jump to search

It would be really great if this Wiki contained information that lots of other scripting wikis contained such as whether a timer, once set, persists across state changes.

(Ramana Sweetwater 2009/01) LlSetTimerEvent will trigger timer events in all states within the same script where the request was made.

  • If there are multiple states with timer events in the same script, always use a conditional to determine which code should be executed in the timer event.