Page 1 of 1

How to delete a batch of triggers/timers from command line

Posted: Fri Apr 17, 2020 2:36 am
by zhenzh
In GUI operation, I can removing all triggers/timers under the same group by removing the whole group. But how can I do such batch deletion from lua level?

I suggest introducing tempGroup concept for all tempXXX elements so that they can be operated as what we can do from GUI for perm elements.

Re: How to delete a batch of triggers/timers from command line

Posted: Fri Apr 17, 2020 5:21 am
by Vadi
You can put all your triggers/timers into a table and then just loop over it :)