Home   Help Search Login Register  

Author Topic: BAS fastrope  (Read 522 times)

0 Members and 2 Guests are viewing this topic.

Bulletsfire

  • Guest
BAS fastrope
« on: 18 Oct 2003, 08:11:36 »
ok, how can i make an ai chopper hold position and tell a squad in it to fastrope out?

hooahman

  • Guest
Re:BAS fastrope
« Reply #1 on: 18 Oct 2003, 08:22:02 »
For there MH-60s the code is:
Code: [Select]
CHOPPER exec "\BAS_mah60\FX\BAS_AIRope.sqs"
For the MH-47s the code is:
Code: [Select]
[choppername] exec "basrappel2.sqs"You can find basrappel2.sqs at [url removed]BASrappel2.sqs]http://www.ofpec.com/yabbse/attachments/BASrappel2.sqs[/url].

Put this in the "On Activation" field of a waypoint.  Happy roping ;D!  

P.S: This has been asked many times before.  A quick search would've gotten you the answer ;)  


Bulletsfire

  • Guest
Re:BAS fastrope
« Reply #2 on: 18 Oct 2003, 08:36:41 »
thx ill see if it worx