In the Offroad's truck-bed seats where units can turn out to stand, isTurnedOut _unit returns false when the unit is turned out and standing, when it should return true.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Scripting
Steps To Reproduce
place player unit in mission, run:
_v = "B_G_Offroad_01_F" createVehicle getPos player; player moveInCargo [_v, 3]; player action ["TurnOut", vehicle player]; onEachFrame { hintSilent str isTurnedOut player; };
Player unit turns out, but hint remains false when it should show true.