Jump to content
jts_2009

Prohibit unit to enter vehicle after leaving it

Recommended Posts

Hello. I have following problem: I put AI into vehicle with moveindriver command. After some event he should leave it by:

 

unAssignVehicle sct1;

[sct1] orderGetIn false;
sct1 action ["GetOut", vehicle sct1];

 

And after some times he should enter another vehicle by:

 

[sct1] orderGetIn true;
sct1 assignAsCargo EscapeBoat;

 

but that ass go back to the first vehicle and enters it. I tried 'allowGetIn false' command. But after I write allowGetIn true, he goes back to the first vehicle. I don't know whats wrong with that vehicle-crap... He just goes back to the first vehicle and enters it even after unAssign commands and other...

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

×