Skip to content

25 — Timer Extend...

Adds seconds to the mission countdown and sets it running.

Editor data
Numeric ID
25
Engine ID
TACTION_ADD_TIMER
Editor name
Timer Extend...
Need token
NEED_NUMBER
Parameters
  1. Numberinteger
Attachment
none
INI example
[Actions]
<TriggerID>=1,25,0,<Number>,0,0,0,0,

Valid values

  • A number of seconds. The figure is multiplied by the frame rate of fifteen and added to the count.
Caveats
  • The countdown is replaced rather than adjusted in place, and the replacement is a running one, so extending a stopped countdown starts it counting again.
  • Nothing is announced, and the clock simply jumps to the new count.
  • The spoken reminders are given as the count passes exactly twenty, ten, five, four, three, two and one minutes, so an extension that steps over one of those marks skips its reminder.