The timerAdd native AI script function extends a timer by adding a time delta.
()timerAdd(TimerId: f, DeltaTime: f)
()timerAdd(0, 50);
This example code adds 50 ticks to the timer with ID 0.