If you mean the event, it is called Destroy Timer. You can use it within script editor like this.
- Code: Select all
DestroyTimer("TimerName");
If you mean delete extra timers, all you do if I recall is delete the events that reference it and it should go away... I might be mistaken, haven't been able to use gameEditor in a while, a little rusty.