Home   Help Search Login Register  

Author Topic: jump of heli then move on with waypoints ?  (Read 1006 times)

0 Members and 1 Guest are viewing this topic.

Offline gambla

  • Members
  • *
jump of heli then move on with waypoints ?
« on: 31 Aug 2008, 13:25:05 »
Hi,
it's not hard to find out how to let units/groups jump out of a heli. But is it possible at all to let them move on with waypoints
as soon as they are on the ground ?

thanks !

Offline Odin

  • Members
  • *
Re: jump of heli then move on with waypoints ?
« Reply #1 on: 31 Aug 2008, 13:48:36 »
You could use the doFollow command
http://community.bistudio.com/wiki/doFollow
 if you want a unit to follow his own wp
Code: [Select]
soldier1 doFollow soldier1if you want another unit to follow the same wp path
Code: [Select]
soldier2 doFollow soldier1add either line/or both to whatever you are using to initiate the eject part for your sequence

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: jump of heli then move on with waypoints ?
« Reply #2 on: 31 Aug 2008, 14:05:05 »
If they have assigned waypoints, once they jump (dont forget to unassign vehicle for each of them), they will follow their waypoints normally.

Offline gambla

  • Members
  • *
Re: jump of heli then move on with waypoints ?
« Reply #3 on: 31 Aug 2008, 19:37:43 »
thanks, i simply could go on with their last waypoint boarding the heli, so easy...   :-[