Here is an .sqs to have the landrovers start inside the chinooks
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
[ch471] exec {\AFR_CH47\Scripts\Cargo\Seats_A.sqs}
[ch472] exec {\AFR_CH47\Scripts\Cargo\Seats_A.sqs}
[ch472] exec {\AFR_CH47\Scripts\Cargo\Seats_B.sqs}
~0.5
[ch471,wmik1] exec {\AFR_CH47\Scripts\Cargo\loader_A.sqs}
[ch472,wmik2] exec {\AFR_CH47\Scripts\Cargo\loader_A.sqs}
[ch472,wmik3] exec {\AFR_CH47\Scripts\Cargo\loader_B.sqs}
This is to move the seats down in the aircraft
In CH471 it drops the seats at the back (nearest the pilots)
In CH472 it drops all the seats, ready for two vehicles.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
[ch471] exec {\AFR_CH47\Scripts\Cargo\Seats_A.sqs}
[ch472] exec {\AFR_CH47\Scripts\Cargo\Seats_A.sqs}
[ch472] exec {\AFR_CH47\Scripts\Cargo\Seats_B.sqs}
This puts "WMIK1" into ch471 at the back. Leaving places for troops.
And "WMIK2" & "WMIK3" into ch472
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
[ch471,wmik1] exec {\AFR_CH47\Scripts\Cargo\loader_A.sqs}
[ch472,wmik2] exec {\AFR_CH47\Scripts\Cargo\loader_A.sqs}
[ch472,wmik3] exec {\AFR_CH47\Scripts\Cargo\loader_B.sqs}
Works for me.
Its getting the buggers out without the chinook rolling over thats the trick.