Skip to content

44 — Ion Storm start...

Schedules an ion storm that runs for the given number of seconds.

Editor data
Numeric ID
44
Engine ID
TACTION_ION_STORM_START
Editor name
Ion Storm start...
Need token
NEED_NUMBER
Parameters
  1. Numberinteger
Attachment
none
INI example
[Actions]
<TriggerID>=1,44,0,<Number>,0,0,0,0,
map file
[Actions]
DemoIonStorm=1,44,0,20,0,0,0,0, ; trigger DemoIonStorm runs a 20-second storm

Executing the action arms the warning countdown of IonStormWarning seconds; the storm breaks when it expires and lasts the number of seconds given.

Valid values

  • A number of seconds; the storm breaks after the warning countdown and expires that many seconds later.
Caveats
  • The editor text says game frames, but the engine multiplies the number by the frame rate of 15, so the value is seconds. The team script mission that starts a storm passes its number through unchanged as frames.
  • The action is refused while a storm is already running. A second start during the warning countdown keeps the earlier countdown and replaces the pending duration.