Home   Help Search Login Register  

Author Topic: can anyone tell me how to fix this VERY simple thing!!!  (Read 784 times)

0 Members and 2 Guests are viewing this topic.

bootneckofficer

  • Guest
h1 =present


basically i want some troops to get in the heli wen it arrives and activates the trigger so it will land at there location and then move off

(h1 is the name of the heli)

cheers
bootneckofficer

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:can anyone tell me how to fix this VERY simple thing!!!
« Reply #1 on: 15 Apr 2005, 21:53:23 »
Give the troops a getIn waypoint near an H (or an invisible H).  Give the Chopper a Load Waypoint at the H /invisible H.  Synchronise the two waypoints.

If you don't want the chopper to arrive until the loons are ready then in the infantry waypoint before the GetIn waypoint put in the activation field:
ChopperGo = true

In the chopper's waypoint before the Load waypont put in the Condition field:
ChopperGo

Choppers can be funny.  You might need to play with it a bit, and make sure you use a H or invisible H and put it on some flat ground.
« Last Edit: 15 Apr 2005, 21:58:09 by THobson »

bootneckofficer

  • Guest
Re:can anyone tell me how to fix this VERY simple thing!!!
« Reply #2 on: 15 Apr 2005, 22:15:40 »
this works fine   cheers

bootneckofficer