Home   Help Search Login Register  

Author Topic: cargo in the BAS CHINOOK  (Read 488 times)

0 Members and 1 Guest are viewing this topic.

FistOfLegend

  • Guest
cargo in the BAS CHINOOK
« on: 09 Jun 2003, 09:07:11 »
I want to know how to start the chinook with cargo such as the bas dirtbikes or machine gun jeep and how to have them drop them when i call them in.  

Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Proud Member of the Volunteer Commando Battalion

B-2-0

  • Guest
Re:cargo in the BAS CHINOOK
« Reply #2 on: 09 Jun 2003, 12:57:45 »
Here ya go.... :)

MH-47E Commands
-----------------------------



KLR in cargo:

[choppername,bikename] exec "\BAS_Cargo\Crate.sqs"; this animate ["cargoswitch2", (mh animationphase "cargoswitch2")+0.1]; mh animate ["cargoswitch",0.05]


Jeep in cargo:

[choppername, jeepname] exec "\BAS_Cargo\loader.sqs"; this animate ["cargoswitch",0.5]


Dropping cargo:

1. Make a "move" waypoint to the place you want to drop the cargo
2. Add this animate ["cargoswitch", .75]  in the activation field of waypoint


Hold Position:

[choppername] exec {\bas_mh47e_185\fx\holdpos.sqs} in a trigger or WP

 ;)
« Last Edit: 09 Jun 2003, 12:58:54 by B-2-0 »