trigger setTriggerStatements [cond, activ, desactiv]

Operand types

trigger: Object
[cond, activ, desactiv]: Array

Type of returned value

Description

The first argument can modify the condition of when the trigger is activated.
The result of the activation defined by trigger activation is in variable this.
Variable thisList contains all vehicles which caused the activation.
Activ and desactiv expressions are launched upon trigger activation / deactivation.

Used In

ArmA

Example

trigger setTriggerStatements ["this", "ok = true", "ok = false"]
Search OFPEC COMREF