OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Bulletsfire on 18 Oct 2003, 08:11:36

Title: BAS fastrope
Post by: Bulletsfire 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?
Title: Re:BAS fastrope
Post by: hooahman 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 ;)  

Title: Re:BAS fastrope
Post by: Bulletsfire on 18 Oct 2003, 08:36:41
thx ill see if it worx