Here is my plan, overall it is about 25% completed.
lets start with the part that already works...
-I have a medic and a pilot that are loons sitting around a campfire.
-A trigger (switch) puts them in the sit position at mission startup
-When radio charlie is called, the pilots get up, and follow a "GET IN" waypoint to a CH-47. After they are on board, they fly to the player.
- To get the chopper to land nicely, I set up an invisible H-PAD, with a script to keep it under the players feet at all times. When the chopper lands, it picks the nearest flat spot to the player.
- A "MOVE" waypoint (after the "GET IN") goes to this invisible H-pad (the one always under the player).
stuff i want to do...
{
-How do you get the medic to disembark from the chopper after it has landed? After he disembarks, I want him to come over to me.
}
On radio delta, the chopper takes off, and returns to base, an H pad.
I got a little bit of this set up too. he is what i set up.
-A trigger, activated by radio delta tells the chopper to move to the position (DoMove command) to the visible H-pad at base.
what i want to do on radio delta...
{
- The medic returns to the chopper, the chopper takes off and returns to base, and lands.
- How do you get the medic to return to the chopper in this situation?
-A problem I see coming up, is landing the chopper after the "DoMove command".
}