Jump to content
Sign in to follow this  
Balder

Trigger if one unit or more is alive mission fails

Recommended Posts

This is probably pretty easy, but i just can't figure how to do it, so please help me with this:

I want a mission to fail when a certain unit or units reaches a triggerarea alive, how do i do that?

i've tried putting alive unitname in condition field of trigger but it activates and fails mission on start

Tried searching the forums without any luck

Share this post


Link to post
Share on other sites

Put this in the condition field of the fail trigger.

unit1 in thislist || unit2 in thislist

Change the unit1 etc to the name you gave them and add the chack for each unit you want in the list.

Share this post


Link to post
Share on other sites

thanks, and now i need even more help crazy_o.gif

Could anyone tell me how to check if a vehicle has entered triggerzone? what i want to do is to check if both a unit and a vehicle that the unit is driving has entered the triggerzone.

tried using veh1 in thislist, but that doesnt work, it only works on the unit. help.gif

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  

×