Miles-Paolo 0 Posted October 29, 2007 Hi all, Im currently putting together my first proper mission. I have had great success in using objective triggers. The misisons is almost complete, however I am struggling with one aspect. After the destroy objectives are completed, I have 3 UH60's I want to circle the city providing close air support to clean up the rest of the targets. I also want another UH60 to extract the team from a designated point. Now, I have no problems setting up waypoints, but I cant work out how to get the UH60's to wait until the objectives have been completed. I have tried these lines: "0" objStatus "DONE"; obj0_done=true; I have put all 4 objectives into the inialization box on the helos, but regardless they take off when the mission begins. I would rather have them triggered than on a timer, as players might not of taken out the AA before the helos arrive. If anyone can help me out that would be great. Cheers, Miles Share this post Link to post Share on other sites
MEDICUS 0 Posted October 29, 2007 Try to remove the fuel and add it via trigger. Or add the lines you wrote in the init-line of the pilots with a "get-in" wp at the chopper (empty chopper/crew outside). And there is a ArmA - Mission Editing & Scripting topic in this forum MfG Medicus Share this post Link to post Share on other sites
Miles-Paolo 0 Posted October 29, 2007 Oops I missed that forum, thanks. Share this post Link to post Share on other sites
MEDICUS 0 Posted October 29, 2007 You are welcome. Here are some other good places to search or post questions concerning Editing & Scripting: * OFPEC * MapFact Share this post Link to post Share on other sites
Miles-Paolo 0 Posted October 29, 2007 Ahh yes I followed parts of the OFPEC tutorial which helped me out alot. Thanks again. Share this post Link to post Share on other sites