Count down time script which displays a non intrusive dialog with counter.
Features * Multiple warnings at your choice of interval.
* Two formats of time "HH:MM:SS" or "HH:MM"
The script ends when the hozMaxTime is reached.
You can end the script prematurely by setting hoz_timerOn = false
You may wish to wait to load this script after the mission has started.
For example give all other scripts a chance to load before loading hozTimer
Configuration[[warningFreq],maxTime,displayTime,timeFormat] execvm "hoz_timer\scripts\HozTimer.sqf";
[[120,60,30,10],120,10,"HH:MM:SS"] execvm "hoz_timer\scripts\HozTimer.sqf";
Parameters * [warningFreq] In Array format the frequency intervals for reminders. The very last entry the timer will turn red.
* maxTime Total time for the counter in seconds.
* displayTime Length of time the dialog is displayed for.
* timeFormat Choices for the display format. "HH:MM:SS" or "HH:MM"
Current Version is 1
Fixed up the demo mission slightly.
Fixed up some problems with the script ending.
OFPEC Download