OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: gambla on 09 Aug 2007, 14:40:32
-
Hi,
can't find this nowhere: I'd like to make a simple End-trigger that activates when the player and units 1,2,3 are present.
Can you help ?
thanks :)
-
Activation if player is present (group the trigger with the player and select vehicle).
activation field:
this && (vehicle unit1 in thisList) && (vehicle unit2 in thisList) && (vehicle unit3 in thisList)