OFPEC Forum
Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: Supergrunt on 13 Jul 2010, 23:14:02
-
i got a small problem and i cant seem to get it to work
i got a SF soldier ready to extract in a chopper , board the chopper thern after chopper takes of the player blacks out and is put in the cargo of a second chopper near the base , the blackout part works like a charm but moving my soldier from on chopper to the next is not working
the question is how to get the soldier from one choppers cargo to the next choppers caro.
jc moveincargo chop1 (second chopper) doesn't work when already aboard chop (initial chopper)
(choppers are named chop & Chop1)
-
Try ejecting the unit from the first chopper before moveInCargoing it
jc action ["eject",chop];
jc moveInCargo chop1;
-
tnx it works why didnt i think of that :-[