mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
|
// 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;
|