Home   Help Search Login Register  

Author Topic: moveincargo vehicle if already in other vehicle  (Read 1370 times)

0 Members and 1 Guest are viewing this topic.

Offline Supergrunt

  • Members
  • *
moveincargo vehicle if already in other vehicle
« 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)

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re: moveincargo vehicle if already in other vehicle
« Reply #1 on: 13 Jul 2010, 23:40:50 »
Try ejecting the unit from the first chopper before moveInCargoing it
Code: [Select]
jc action ["eject",chop];
jc moveInCargo chop1;
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline Supergrunt

  • Members
  • *
Re: moveincargo vehicle if already in other vehicle
« Reply #2 on: 14 Jul 2010, 12:32:54 »
tnx it works   why didnt i think of that  :-[