Home   Help Search Login Register  

Author Topic: ??  (Read 429 times)

0 Members and 1 Guest are viewing this topic.

rapper

  • Guest
??
« on: 28 Feb 2003, 17:50:37 »
everytime i parachute a group from a helicopter, the helicopter always comes back to take the group with him. How can I make the helicopter just move forward to his next waypoint??

thanx

Offline Ranger

  • Members
  • *
  • Hoo-ah!
Re:??
« Reply #1 on: 28 Feb 2003, 19:17:00 »
Give the group a name.  E.g.:

squad1 = group this

Put this code in the initialization field of the group's leader.

Then, unassign them from the helicopter.  E.g.:

"unassignVehicle _x" forEach units squad1

Put this code in the script (or trigger or waypoint) that ejects the group.

Good luck!
Ranger