OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: satexas69 on 26 Feb 2007, 23:54:29

Title: ?! Unit alive ?
Post by: satexas69 on 26 Feb 2007, 23:54:29
I'd like to make a trigger that sets off when :

Unit named "MAN1" is dead AND Unit named "MAN2" is dead.... what's the syntax in the trigger?

I'd like to make and OBJECTIVE complete (IE: OBJ2) when "MAN3" is dead, how?

I've looked in the FAQ, can't find good examples...
Title: Re: ?! Unit alive ?
Post by: myke13021 on 27 Feb 2007, 00:17:39
Code: [Select]
! (alive MAN1) and !(alive MAN2)
in the condition line of the trigger should do the job.