FunkyMan 0 Posted August 19, 2008 I am making a movie now, and I want the AI to land tha Blackhawk. Homever, I can´t find a waypoint that actually lands the heli! How do I do that? I also want a solider to enter the heli when it has landed! Anyone? Share this post Link to post Share on other sites
Placebo 29 Posted August 19, 2008 Moving to mission editing and scripting, where mission editing and scripting questions belong Share this post Link to post Share on other sites
the unknown 0 Posted August 19, 2008 You could use the land command, http://community.bistudio.com/wiki/land You put it in one of the on activation fields and if filled in correctly it would land the chopper. You could also use the flyinheight command http://community.bistudio.com/wiki/flyInHeight Same as above you simply put the height on 0 and it will start to decend to 0 altitude be sure to make it stop some how tough. Share this post Link to post Share on other sites
Yoshama 0 Posted August 19, 2008 this one is easy, i do it all the time. give the helli the way-point of load where you want him to land then give the unit you want to get in, the get in way-point. use your (f5) synchronize from the helicopter way-point to the unit way-point. then tell the helicopter another way-point after that, and wala it works, try it. Share this post Link to post Share on other sites
Pirin 0 Posted August 19, 2008 To ensure they'll actually land and not hover over the ground, place or create an invisible Helipad where you want them to touch down. Share this post Link to post Share on other sites
FunkyMan 0 Posted August 20, 2008 You could use the land command,http://community.bistudio.com/wiki/land You put it in one of the on activation fields and if filled in correctly it would land the chopper. You could also use the flyinheight command http://community.bistudio.com/wiki/flyInHeight Same as above you simply put the height on 0 and it will start to decend to 0 altitude be sure to make it stop some how tough. Tried the script and works like a charm! Thanx guys! I managed to let the heli land, and a soldier to enter, and then leave. It is the right thing to set "getin" waypoint (from soldier to heli) and click on the heli and not where the chopper is going to land? First I made a waypoint move for the heli. Then load (with the script). Then it waits for soldier to come. Then it takes off again. The only problem is that I need to have the soldier and the heli (when starting up) close. If the soldier is to far away from chopper, he can´t find it! Share this post Link to post Share on other sites