Necramonium 10 Posted October 8, 2013 I have made a mission (Sniper Alley), it's very popular on Steam Workshop, was nr 1 for over a week! But there is one problem i can't seem to be able to fix seeing i am pretty new to all the scripts that come with arma 3. The problem is in the the last objective where the players has to get to the extraction chopper, but for some reason that objective will not be marked as completed when the player has been extracted! How do i fix this? Someone already suggested the key method: activateKey "mission_name_key"; in: description.ext: doneKeys[]={"mission_name_key"}; But when i do this, the mission ends as soon as its started.:( Please help me out with a clear answer seeing i barely know nothing about coding and scripting. Share this post Link to post Share on other sites
cobra4v320 27 Posted October 8, 2013 Do a trigger that checks when the player is in the helicopter, then activation would be your extraction task completed. I would add a sleep in there otherwise it will fire off as soon as he is in the helicopter. Share this post Link to post Share on other sites
Necramonium 10 Posted October 8, 2013 Could post how, like i said, dont know nothing about coding and scripting. Share this post Link to post Share on other sites
cobra4v320 27 Posted October 9, 2013 Sync a trigger to your succeeded task: cond: player in chopa I have some ideas and updates for your mission, I will send you a PM later. Share this post Link to post Share on other sites