Skip to content

54 — Disable Trigger

Stops every trigger of the named type from taking any offer until something enables it again.

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

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 is disabled.
Caveats
  • Only the willingness to fire is switched off. The trigger keeps its place on the tag, and it keeps the record of the events it has already marked off.
  • The countdown behind an elapsed time or random delay event keeps running while the trigger is disabled and can expire with nothing to act on it. Enabling the trigger reloads that countdown, so the time that passed while it was off is discarded.