mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
436 B
Plaintext
12 lines
436 B
Plaintext
_target = _this select 0;
|
|
_caller = _this select 1;
|
|
|
|
[player, "AinvPknlMstpSnonWnonDr_medic5", 0] call AGM_Core_fnc_doAnimation;
|
|
|
|
AGM_UAVs_refuelAbort = {
|
|
[player, "AmovPknlMstpSrasWrflDnon", 1] call AGM_Core_fnc_doAnimation;
|
|
};
|
|
|
|
[10,[_target,_caller], "AGM_UAVs_fnc_refuelCallback", localize "STR_AGM_UAVs_Battery_Recharge", "AGM_UAVs_refuelAbort"] call AGM_Core_fnc_progressBar;
|
|
[_target] call AGM_Core_fnc_closeDialogIfTargetMoves;
|