ACE3/TO_MERGE/ace/arty_computers/gyk-37/fnc_adjustBack.sqf

7 lines
393 B
Plaintext

//fnc_adjustBack.sqf
#include "script_component.hpp"
[MISSION_ID] call FUNC(switchMenu);
_missionType = GVAR(currentComputer) getVariable QGVAR(currentMissionType);
(_missionType select 0) call FUNC(initMissionScreen);
_controls = configNamespace >> "ace_arty_bcs_Display" >> "controls" >> "ace_arty_bcs_mission" >> "controls";
[_controls, GVAR(lastPage)] call FUNC(loopRestoreControls);