bugs in tempTimer scripts make timer persist

Post Reply
DarkArtist
Posts: 21
Joined: Sun Dec 15, 2013 12:36 am

bugs in tempTimer scripts make timer persist

Post by DarkArtist »

I noticed that when I put buggy code into a tempTimer for example if i leave out an 'end':
tempTimer(1,[[ if a=b then dothis() ]]) then I can see that tempTimer appear when I do a search for dothis(). And everytime it runs, it creates another tempTimer that doesn't go away.

A few questions about this:

1. Is there a way to show/edit/delete all tempTimers?

2. Would there be negative consequences for these buggy timers to accumulate?

3. Should this happen at all? i.e. is it a bug that should be fixed?

Thx.

Post Reply