Hey m8y :thumbsup:
MH47-E Cargo:
How to start the MH47-E (cargo) with cargo such as the bas_motorcycle or a
jeepMG and how to make them drop these when you call them in (or a trigger fires).
(NOTE: You cannot and are not supposed to load a hummer InCargo of the MH-47E)
KLR-motorcycle instant cargo:
============================
Name the bird & the bike. Then execute the script by putting the following code in one of their INIT fields:
[MH,bikeName] exec "\BAS_Cargo\Crate.sqs"; MH animate ["cargoswitch2", (mh animationphase "cargoswitch2")+0.1]; MH animate ["cargoswitch",0.05]
Jeep/JeepMG instant cargo:
============================
Name the bird & the jeep. (in this example the chopper is named "MH".)
Then execute the script by putting the following code in one of their INIT fields:
[MH, jeepName] exec "\BAS_Cargo\loader.sqs"; MH animate ["cargoswitch",0.5]
Dropping cargo:
================
Make a "move" waypoint to the place you want to drop the cargo.
Then put the following in the "On Activation" field of that waypoint :
This animate ["cargoswitch", 0.75]
(or use the chopperName "MH" if it's a scripted WP or a trigger).