The timerIsSuspended native AI script function tests if a timer is suspended.
(IsSuspended: f)timerIsSuspende(TimerId: f)
(isSuspended)timerIsSuspended(0);
This example code tests if the timer with ID 0 is suspended and stores the result in the variable isSuspended
.