27 — Timer Set...
Sets the mission countdown to the number of seconds given and starts it running.
Editor data
- Numeric ID
27- Engine ID
TACTION_SET_TIMER- Editor name
- Timer Set...
- Need token
NEED_NUMBER- Parameters
- Number
integer
- Number
- Attachment
- none
INI example
[Actions]
<TriggerID>=1,27,0,<Number>,0,0,0,0,Valid values
- A number of seconds, multiplied by the frame rate of fifteen to give the count.
Caveats
- The countdown is started whatever state it was in, so this action needs no start action beside it.
- The countdown started announcement plays on every firing, including one that resets a countdown already running.
- A figure of
0leaves the countdown running at zero, which springs the mission timer expired event on the next logic pass and stops the countdown there.