mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Fix bad forceWalk params
This commit is contained in:
@ -32,7 +32,7 @@ if (!isClass (configFile >> "CfgVehicles" >> _setupObjectClass)) exitWith {ERROR
|
|||||||
_p3dModel = getText (configFile >> "CfgVehicles" >> _setupObjectClass >> "model");
|
_p3dModel = getText (configFile >> "CfgVehicles" >> _setupObjectClass >> "model");
|
||||||
if (_p3dModel == "") exitWith {ERROR("No Model");}; //"" - will crash game!
|
if (_p3dModel == "") exitWith {ERROR("No Model");}; //"" - will crash game!
|
||||||
|
|
||||||
[_unit, "ACE_Explosives", true] call EFUNC(common,statusEffect_set);
|
[_unit, "forceWalk", "ACE_Explosives", true] call EFUNC(common,statusEffect_set);
|
||||||
|
|
||||||
//Show mouse buttons:
|
//Show mouse buttons:
|
||||||
[localize LSTRING(PlaceAction), localize LSTRING(CancelAction), localize LSTRING(ScrollAction)] call EFUNC(interaction,showMouseHint);
|
[localize LSTRING(PlaceAction), localize LSTRING(CancelAction), localize LSTRING(ScrollAction)] call EFUNC(interaction,showMouseHint);
|
||||||
|
Reference in New Issue
Block a user