Jump to content
Sign in to follow this  
kocrachon

Mutilple triggers problem

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×