mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
reset Form SETVAR to setVariable
This commit is contained in:
parent
bc535c95ba
commit
8c69ff4573
@ -18,7 +18,7 @@ private["_unit"];
|
||||
_unit = _this select 0;
|
||||
GVAR(PFH) = false;
|
||||
[_unit, "AmovPercMevaSrasWrflDf_AmovPknlMstpSrasWrflDnon", 2] call EFUNC(common,doAnimation);
|
||||
SETVAR(_unit,chuteIsCut,false);
|
||||
_unit setVariable [QGVAR(chuteIsCut), false];
|
||||
[{
|
||||
if (time >= ((_this select 0) select 0) + 1) then {
|
||||
((_this select 0) select 1) playActionNow "Crouch";
|
||||
|
Loading…
Reference in New Issue
Block a user