Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
jump of heli then move on with waypoints ?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: jump of heli then move on with waypoints ? (Read 1189 times)
0 Members and 1 Guest are viewing this topic.
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 !
Logged
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 soldier1
if you want another unit to follow the same wp path
Code:
[Select]
soldier2 doFollow soldier1
add either line/or both to whatever you are using to initiate the eject part for your sequence
Logged
Mandoble
Former Staff
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.
Logged
The Triple Blow
|
ArmA Videos
|
Mando Missile ArmA
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...
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
jump of heli then move on with waypoints ?
Top of page