tflash Posted December 17, 2010 Posted December 17, 2010 Is it possible to check in the mission editors if a unit/group landed safely? I would like to include it in the mission goals. [sIGPIC][/sIGPIC]
Bungle_uk Posted December 17, 2010 Posted December 17, 2010 (edited) I dont think so Tflash but what you can do is: Create a zone on the runway (maybe at the exit runway point) In Triggers, have conditions for: Unit in zone, Units altitude is lower than" (10ft AGL maybe?) Time more 600 (10 minutes) (so they dont trigger it on takeoff) Then have the action as: set flag true (insert flag number here) Finally in mission goals, there is an option for "flag is true" This should acheive the same result Edited December 17, 2010 by 214th_bungle_uk
tflash Posted December 17, 2010 Author Posted December 17, 2010 That should work, thanks for the suggestion! [sIGPIC][/sIGPIC]
Case Posted December 17, 2010 Posted December 17, 2010 Bungle is right. Use a UNIT INSIDE ZONE, UNIT'S ALTITUDE LOWER THAN and UNIT'S SPEED LOWER THAN trigger to check if they have stopped. Note that you can get the altitude of a point on the map from the bottom status bar in the mission editor by holding the cursor over that point. Also note that speeds are in knots and altitudes are in meters for these triggers. There are only 10 types of people in the world: Those who understand binary, and those who don't.
Recommended Posts