Summary
Adds two new actions: EE_ScenarioFrameworkActionTimer and EE_ScenarioFrameworkActionStopTimer
Description
EE_ScenarioFrameworkActionTimer is a new action that lets mission makers add a simple countdown timer into a scenario. When activated, it starts counting down from a defined duration and displays that timer on the player’s HUD with a custom title above it.
Once the countdown reaches zero, the action automatically stops and can trigger any number of follow-up actions that you configure, such as completing tasks, spawning enemies, or ending the mission. In short, it’s a flexible, standalone action you can drop into any scenario to create timed objectives or scripted events.
EE_ScenarioFrameworkActionStopTimer
This companion action lets you stop a running timer at any point before it expires. Simply set its target name to match the identifier of the timer you want to stop. When executed, it finds the timer and shuts it down immediately. Perfect for scenarios where conditions change and you want to cancel or override a countdown.
License
Arma Public License (APL)