OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: gambla on 31 Aug 2008, 13:25:05

Title: jump of heli then move on with waypoints ?
Post by: gambla 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 !
Title: Re: jump of heli then move on with waypoints ?
Post by: Odin on 31 Aug 2008, 13:48:36
You could use the doFollow command
http://community.bistudio.com/wiki/doFollow (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
Title: Re: jump of heli then move on with waypoints ?
Post by: Mandoble 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.
Title: Re: jump of heli then move on with waypoints ?
Post by: gambla on 31 Aug 2008, 19:37:43
thanks, i simply could go on with their last waypoint boarding the heli, so easy...   :-[