kocrachon 2 Posted January 12, 2008 Basically I have 3 triggers I want to be completed before the final trigger goes Trigger1 Trigger2 Trigger3 I went the condition of the final trigger to be Trigger1 = true and so forth, but I cant seem to figure out how to come around to that. Share this post Link to post Share on other sites
kocrachon 2 Posted January 12, 2008 Also, how do I make an AI light a fire on the unlit fire pit? Share this post Link to post Share on other sites
Balschoiw 0 Posted January 12, 2008 First of all: Make of of the forum search more often. Both of the questions have been asked and answered numerous times. @1: In OnActivation field of trigger1 put: tr1 = true In OnActivation field of trigger2 put: tr2 = true In OnActivation field of trigger3 put: tr3 = true in Condition field of final trigger trigger put: tr1 AND tr2 AND tr3 @2: SoldierOne action ["FIREINFLAME", Fire1] Reference: Arma actions Share this post Link to post Share on other sites