From 982af3ac963dc06845afc300bf65dbe96d006578 Mon Sep 17 00:00:00 2001 From: BroBeans Date: Wed, 11 Dec 2024 20:53:32 +0800 Subject: [PATCH] Fix IVHMS scroll wheel option not working (#468) * fix ivhms action menu * fix IVHMS scroll wheel MFD's wouldn't turn on and display IVHMS page automatically --- addons/uh60_mfd/functions/fnc_ivhms.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/uh60_mfd/functions/fnc_ivhms.sqf b/addons/uh60_mfd/functions/fnc_ivhms.sqf index 936ed7da..7a6463ab 100644 --- a/addons/uh60_mfd/functions/fnc_ivhms.sqf +++ b/addons/uh60_mfd/functions/fnc_ivhms.sqf @@ -6,6 +6,7 @@ vtx_uh60_mfd_allowText = false; {_vehicle setUserMFDValue [_x, 6]} forEach [23, 24, 25, 26]; _vehicle animate ["GeneratorsOnOff",1]; _vehicle animate ["PowerOnOff",1]; +[_vehicle, ["startup", "b_batt1"], "ON"] call vxf_interaction_fnc_scriptedInteract; // 1 FRAMEWORK STATUS: ACTIVE