Jump to content
Sign in to follow this  
Dragster

need help with a end trigger

Recommended Posts

i have a mission where i have to destroy 2 guns and a car called gun1 gun2 and evi1. i want the trigger to end the mission when all 3 are destroyed and bluefore gets to the extraction point i have tried a trigger with this in it.

axis a 50, axis b 50

activation: blufor present

type end1

condition:

( (! alive gun1) and (! alive gun2) and (! alive evi1))

the problem i have are that the trigger end the mission when all 3 targets are destroyed it dont wait until bluefor group for gets closer than 50 meters of it.

i have tried to group the trigger with the bluefor group but that dont help either

anyone have any ideas

Share this post


Link to post
Share on other sites

Condition of:

this && ((! alive gun1) and (! alive gun2) and (! alive evi1))

If you leave off the this part, then the whole blufor present stuff is ignored.

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  

×