Home   Help Search Login Register  

Author Topic: chopper + soldiers  (Read 752 times)

0 Members and 2 Guests are viewing this topic.

kingneb

  • Guest
chopper + soldiers
« on: 23 Apr 2003, 21:32:04 »
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".
}

Knut Erik

  • Guest
Re:chopper + soldiers
« Reply #1 on: 23 Apr 2003, 22:59:26 »
Hmmm.... Try this.  ::)

Medic assignascargo Chopper
[Medic] ordergetin True
@Medic in Chopper
Chopper domove getpos Base


To get a chopper land after the domove command :
Exsample:
Chopper domove getpos base
@Unitready Chopper
Chopper land "Land"






kingneb

  • Guest
Re:chopper + soldiers
« Reply #2 on: 24 Apr 2003, 00:44:36 »
your picture may not show because you have a personal firewall, or some type of internet security program that filters pictures as a  >:( side effect

Knut Erik

  • Guest
Re:chopper + soldiers
« Reply #3 on: 24 Apr 2003, 13:58:07 »
I don't see what that have to do with the problem  ;)
Actualy it isn't a problem, but just something i wrote...

Anyway.. Did I solve your problem