Jump to content
Sign in to follow this  
hon0

MoveInCargo?

Recommended Posts

Hello.

I'm trying to use the MoveInCargo init to make a ppl at the COPILOT place but it don't work. If I take a MH6 it goes on the bank, but nothing on copilot..

Thanks for help.

Antoine

Edited by hon0

Share this post


Link to post
Share on other sites

Use the index augment thus assigning to a specific seat/position

unit moveInCargo [vehicle name, cargo Index];

or not to move them directly but have them us a specific seat/position when they do get in.

unit assignAsCargoIndex [vehicle name, cargo Index];

cargo Index = 0, 1, 2, 3, 4, etc, etc, etc.

so try i.e.

unit moveInCargo [vehicle name, 1];

or

unit moveInCargo [vehicle name, 2];

Share this post


Link to post
Share on other sites

I can make him seat on the bank but no way on the copilot seat.. Even with the enable copilot line :(

Share this post


Link to post
Share on other sites

Copilots are usually the first turret, so:

unit moveInTurret [vehicleName, [0]];

Share this post


Link to post
Share on other sites

Perfect ! Thanks DnA

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×