myles 11 Posted February 26, 2011 Well basiclly what i want to do is kill the guy and i have to move a certian area. I know how to put the trigger on to have a guy killed but how do i make it that when i kill the guy i then unlock the ability to finish the mission by moving to a certian area? Share this post Link to post Share on other sites
Strikor 10 Posted February 27, 2011 Make a trigger and group it to your squad. Change the activation to whole group present. In condition put !alive badguy && this Replace badguy with whatever you named the unit. Share this post Link to post Share on other sites
Gunter Severloh 2546 Posted February 27, 2011 Insn't there end mission options in the trigger, you kill the guy, move to this point and the mission closes. You could do it where using the alive trigger using the guy's name that you have to kill like Strikor said then you could have it where you have an area trigger setup once you and or your team enter this area "blufor present" then end mission. Share this post Link to post Share on other sites
Rail82 10 Posted February 28, 2011 Use 2 End #1 triggers. One set to condition: !alive _unit The other set to blufor present. Place the second trigger where you want to have your team extract too. Now in order to complete the mission you need to kill the bad guy and extract. I have missions with 8 or more End #1 triggers. You can even split off side objectives with even more triggers, with the use of End#2's, 3's etc. etc. Share this post Link to post Share on other sites
Gunter Severloh 2546 Posted February 28, 2011 Basically what I just said in my previous post, but more specific to trigger detail. Share this post Link to post Share on other sites