Home   Help Search Login Register  

Author Topic: Pickup by AAV7  (Read 550 times)

0 Members and 1 Guest are viewing this topic.

Robinhansen

  • Guest
Pickup by AAV7
« on: 05 Jan 2004, 00:39:56 »
The Tales Of War MOD has made a real fine AAV7 apc. I'm planning to let my squat be picked up by one in the end of the mission. I've tried some Heli pickup scripts but it won't work a 100%. It's a pain in my a.. so I hope U guyes can help me to make it work 200 %
 ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D

Quid Novi

  • Guest
Re:Pickup by AAV7
« Reply #1 on: 05 Jan 2004, 02:37:49 »
use a load waypoint from the AAV7 and syncronize it with a get in waypoint from the squad...

thats the easiest method... can be scripted too, but why take the hard route?

Homefry31464

  • Guest
Re:Pickup by AAV7
« Reply #2 on: 05 Jan 2004, 03:46:43 »
To explain a little more, make your waypoint a "GET IN" waypoint, then the AAV7's waypoint "LOAD".  Press F5, then drag from the GET IN, to the LOAD waypoint.

Quid Novi

  • Guest
Re:Pickup by AAV7
« Reply #3 on: 05 Jan 2004, 12:57:02 »
so i missed out an F5  ::)

lol

Offline Burn

  • Members
  • *
Re:Pickup by AAV7
« Reply #4 on: 05 Jan 2004, 13:49:30 »
Might be a good idea to assign them all as cargo to the APC as well.
"_x assignAsCargo aav7" foreach [grp]
Try putting that in the activation field of the GetIn wayPoint... just to be safe ;).

[edit]
Oh yeah BTW aav7 is the name of ur APC, and...
grp is the group name... change those names to whatever u like.

[edit#2]
Oh and if it don't work in ur getin wp put it in the APC's load wp... hmm, I think should be in the load wp... yeah try that first ;D :P 8)
« Last Edit: 05 Jan 2004, 14:05:14 by Bizon »

GrimMonkey

  • Guest
Re:Pickup by AAV7
« Reply #5 on: 05 Jan 2004, 17:56:25 »
Following up on Bizon's script.
You have to add:
Code: [Select]
[Unit1, Unit2, Unit3, Unit4, Unit5, Unit6] OrderGetIn Trueto manually order units to Get In
BUT! They won't Get In without having a vehicle selected for them, using AssignAsCargo like Bizon said.

Unit1, Unit2, Unit3, etc. are all the units in grp, supposing you named the group that.

That is unless the: Load-Get In waypoint method fails.


Beware the GrimMonkey