mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
// by commy2
|
|
|
|
private "_unit";
|
|
|
|
_unit = _this select 0;
|
|
|
|
if (_unit getVariable ["AGM_isCaptive", false] && {vehicle _unit == _unit}) then {
|
|
[_unit] call AGM_Core_fnc_fixLoweredRifleAnimation;
|
|
[_unit, "AGM_AmovPercMstpScapWnonDnon", 0] call AGM_Core_fnc_doAnimation;
|
|
};
|