B_CTRG_Heli_Transport_01_sand_F && B_CTRG_Heli_Transport_01_tropic_F cannot land.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- AI Control / Commanding
Steps To Reproduce
1 - Start Arma 3
2 - Go to Editor
3 - Place one CTRG Ghosthawk
4- Preview Scenario
5 - Use this on debug console
_nil = [] spawn {
_heli = CTRG_Heli; _heliGrp = group _heli; _posToLand = getPos pad_2; _wp = _heliGrp addWaypoint [_posToLand, 0]; _wp setWaypointType "MOVE"; _wp setWaypointBehaviour "CARELESS"; _wp setWaypointCombatMode "GREEN"; _wp setWaypointSpeed "FULL"; _wp setWaypointFormation "COLUMN"; _wp setWaypointStatements ["true", "(vehicle this) land 'LAND'"];
};
6 - Now use the NATO Ghosthawk and repeat step 5
Additional Information
Every other helicopter seems to be able to land without issues, even the NATO Ghosthawk.
Event Timeline
Comment Actions
NATO Ghosthawk seems to have some troubles landing aswell. Huron, on the other hand, lands every single time.