b2Reconfig.sqf 188 B

123456789
  1. b2ForceWalk={
  2. if (!local _vic) exitWith {};
  3. params ["_obj"];
  4. _obj forceWalk true;
  5. };
  6. ["SWOP_CIS_superdroid_B2", "init",b2ForceWalk, true, [], true] call CBA_fnc_addClassEventHandler;