Skip to content

22 — Force Trigger

Fires every trigger of the named type outright, without examining its events.

Editor data
Numeric ID
22
Engine ID
TACTION_FORCE_TRIGGER
Editor name
Force Trigger...
Need token
NEED_TRIGGER
Parameters
  1. Triggertrigger
Attachment
none
INI example
[Actions]
<TriggerID>=1,22,2,<Trigger>,0,0,0,0,

Reaching a trigger from another trigger covers what forcing skips and what it leaves behind.

Valid values

  • A trigger type the scenario declares. One trigger is built from it for each tag that carries it, and every one of those fires.
Caveats
  • A trigger already queued for destruction is refused, as a disabled one is.
  • The firing goes to the trigger and not to its tag, so the guard that stops a tag springing while it is already springing does not apply here.