OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: majorjustice on 07 Sep 2009, 18:46:16

Title: muiltiple trigger activation
Post by: majorjustice on 07 Sep 2009, 18:46:16
hi im trying to make it so wen 2 triggers have been activated simulatously another one activates.

i have had a go at this by adding the name of the frist 2 triggers into the last one i want to activate so .... "condtion: died1 and died2"... but nothing happens wen the frist 2 has been activated..  :(


any ideas on getting this to work?
Title: Re: muiltiple trigger activation
Post by: Shuko on 07 Sep 2009, 19:41:00
http://community.bistudio.com/wiki/triggerActivated (http://community.bistudio.com/wiki/triggerActivated)

Cond: triggeractivated died1 && triggeractivated died2