Hey guys,
I was recently making a mission which consists in:
1 4-man team (Team leader named tm1)
+ 1 insertion chopper
+ Landing zone has an empty car (four seats [fits just fine]) ready to be occupied.
+ An HVT to take down
+ 1 Exfil chopper
Okay, so everything is set up pretty nicely. The team lands at the LZ and disembarks; chopper returns to base and the second Waypoint I put for the team is for them to enter the vehicle which I've properly named
"insertionVehicle"
So on the "On Act." of the Waypoint I wrote:
tm1 MoveInDriver insertionVehicle
Probem is that the Driver seat won't be occupied by the Team leader but by one of the squad members.
Well, I've also seen a post where it says that you can put
tm1 GetInDriver insertionVehicle
I tried it, but it gave me an error saying "Expect Nothing".
So the question: How do I make a specific unit board a specific seat and how (if it is trigger activated or Waypoint activated)?
Thanks,
ReCoN