ACE3/TO_MERGE/agm/Logistics/functions/Repair/fn_checkVehicle.sqf

11 lines
274 B
Plaintext
Raw Normal View History

// commy2
private "_vehicle";
_vehicle = _this select 0;
player playActionNow "Gear";
[8, [_vehicle], "AGM_Repair_fnc_checkVehicleCallback", localize "STR_AGM_Repair_CheckingVehicle"] call AGM_Core_fnc_progressBar;
[_vehicle] call AGM_Core_fnc_closeDialogIfTargetMoves;