
09-28-2006, 07:17 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
Normally the only thing that can stop the script completely from running is to do "this.ispaused = true" (or destroy() of course).
An exceeded loop-limited is just ending the current script execution, but other events are still working.
Other than that, most of the time when a clientside script is not doing anything it is because of the timer is not set. |
|
|
|