Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Kyle H
on
Nick Thissen wrote:
We've seen the name error but never managed to reproduce it... Your additional info may help, thanks.

For a script, it only executes once and then stops, unless you set it to execute every update. If you don't, then the script should only run once. You can make it loop yourself of course and use your own stop condition. For a script that executed every update you can also add your own stop condition by checking for some condition before doing anything heavy, and then returning out of the execution if your condition is met.

Yeah, it seems like the name error only manifests if you load the theme before the drivers load onto the track, but it always gets most drivers, just one or a few don't load.

For the scripts - losing a ton of performance in the script I posted in the other forum that you helped me out with. I suppose it's due to being in a ticker. It almost acts like there's a memory leak, where it gets slower over time. Wish I knew how to fix my scripting so that wouldn't happen. Appreciate the response!