OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: gambla on 09 Aug 2007, 14:40:32

Title: trigger for unit present ?
Post 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  :)
Title: Re: trigger for unit present ?
Post by: Mandoble on 09 Aug 2007, 14:46:58
Activation if player is present (group the trigger with the player and select vehicle).
activation field:
Code: [Select]
this && (vehicle unit1 in thisList) && (vehicle unit2 in thisList) && (vehicle unit3 in thisList)