The documentation says:
"Lost" - show "MISSION FAILED" to everyone
If you execute
"Lost" call BIS_fnc_endMissionServer
you will actually see that the mission was a success.
The documentation says:
"Lost" - show "MISSION FAILED" to everyone
If you execute
"Lost" call BIS_fnc_endMissionServer
you will actually see that the mission was a success.
Run this in debug console:
"Lost" call BIS_fnc_endMissionServer
Actual Results:
"Mission Completed" is shown
Expected Results:
"Mission Failed" should be shown