Paco Posted August 21, 2011 Posted August 21, 2011 I've searched the forums. Is it possible to have a group of attack helicopters orbit a point until, I give them the radio command to attack? Any help would be appreciated. Paco
Grimes Posted August 21, 2011 Posted August 21, 2011 "Radio Item Add" creates a radio item in the F10 Other radio menu. Whenever the player selects that option it sets its corresponding flag to true. Either create a AI task to go to the next waypoint to start the attack and trigger it when the flag is true. Or go into the stop condition for their orbit and make sure the "Is User" box is checked (to the left of is user) and the field has whichever flag you want in there, and the box to the right of the flag is unchecked. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
nomdeplume Posted August 21, 2011 Posted August 21, 2011 Or go into the stop condition for their orbit and make sure the "Is User" box is checked (to the left of is user) and the field has whichever flag you want in there, and the box to the right of the flag is unchecked. Shouldn't that be checked? If it's unchecked then that means the flag has to be false in order to stop the task, but the radio command thing will set the flag true when the player uses it. Also, I don't know if 'user flag must be false' work yet... :music_whistling:
Paco Posted August 21, 2011 Author Posted August 21, 2011 Thanks guys, got it work. Also put in a switch waypoint function to abort an attack. Paco
Grimes Posted August 21, 2011 Posted August 21, 2011 Yep, brain fart on that one. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
JEFX Posted October 8, 2011 Posted October 8, 2011 Thanks guys, got it work. Also put in a switch waypoint function to abort an attack. Hi Paco, How did you get that switch waypoint function to work??? I have a real problem with this, if you dont mind, please check my question over in this thread : http://forums.eagle.ru/showpost.php?p=1304238&postcount=4 thanks JEFX [sIGPIC][/sIGPIC] In DCS I fly jets with thousands of pounds of thrust... In real life I fly a humble Cessna Hawx XP II with 210 HP :D
Recommended Posts