AI Units affected by OrderGetIn script command wont get in vehicle if the player is in commander seat and ordered AI driver to move (IE. Go forward ), AI only gets to position to get in a few meters from the vehicle but wont get in until player changes seats to driver.
So far this happens as long as player is in any seat that is not driver and gives a command to the driver AI to move. And in any vehicle where it is possible to do so.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Operating System Version
- Ultimate SP 1
- Category
- Scripting
Steps To Reproduce
- Go to EDEN editor
- Place a slammer tank
- Make the unit in commander seat player if not by default
- Place another unit or group that is same side as player next to the Tank
- Give a name to the group (mygroup)
- Add any code that applies orderGetIn to the group units
IE:
player addAction ["get in vehicle", {
{
_x assignAsCargo (vehicle player);
} forEach units mygroup;
(units mygroup) orderGetIn true;}];
- Start Mission, make AI Driver move the vehicle by pressing forward
- Execute code IE: move scroll wheel and select "get in vehicle" from the actions menu
- AI group will get behind the slammer tank but wont load inside
- If players changes seats to driver AI will get in, also AI will get in normally if you don't command the driver AI to move the tank at the start of the mission
Additional Information
Asking about this online a player told me this happened on still pegasus campaign to him