kocrachon 2 Posted November 30, 2007 So right now I am trying to make a blackhawk come on radio command to pick up my men. Right now the way the mission works with the blackhawk is it starts in flight but instantly lands. Unless there is a way to make it start on the ground and not leave the ground while at the same time it does have waypoints. Anyways, so it goes to its first waypoint and I have this in the waypoint script <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">doStop UH60; UH60 land "LAND" Which it works just fine. After that it has a load waypoint which is synchronized with another groups get in waypoint. And before that, I have it set to where there is a trigger based on radio Alpha, and it works like this Quote[/b] ]UH60 dofollow UH60 And that works... up until a point. The helicopter flies half way and then just hovers in a random location while my men are sitting the men who are suppose to be getting picked up are waiting. So what am I doing wrong? It does this on two missions I am working on and both have the same situation. And all enemy forces in the area are dead. Share this post Link to post Share on other sites
kocrachon 2 Posted November 30, 2007 holy cow this is almost page 2... Share this post Link to post Share on other sites
fasad 1 Posted November 30, 2007 The Load waypoint type isn't needed for the situation you describe. It is used to load units into vehicles possessed by the same group, not another group's vehicles. Try driver chopper doMove getPos chopper instead of the doFollow thing. I've heard MP may cause some complications (if your mission is MP, do a search). You can have an empty chopper start on the ground, with the crew nearby. Give the crew a synchronized waypoint for them to wait at until needed, then a get-In waypoint for the chopper. Another method is to remove all the choppers fuel, then give it back when required. Share this post Link to post Share on other sites
kocrachon 2 Posted December 1, 2007 Well, what kind of waypoint do I do then? Do I just sync a move waypoint from the blackhawk to the get in waypoint of the ground troops? Share this post Link to post Share on other sites
fasad 1 Posted December 1, 2007 Yes, the waypoint of the chopper should be a normal move. The AI will figure out what it is meant to do. Share this post Link to post Share on other sites
kocrachon 2 Posted December 1, 2007 Its still not working. I have a single unit with a get in waypoint and a littlebird with a move waypoint, they are synced, and it just hovers in the area. EDIT: So now he drops down, but then takes off again before I even get in to it. Share this post Link to post Share on other sites
fasad 1 Posted December 2, 2007 That might be happening because of combat conditions? If you still can't get it to work, maybe post your mission somewhere. It works for me. Share this post Link to post Share on other sites