force_b2_walk.sqf 151 B

12345678910
  1. params[
  2. ["_unit",objNull ,[player]]
  3. ];
  4. if(isNull _unit) exitWith {
  5. };
  6. (_unit) enableFatigue false;
  7. (_unit) forceWalk true;
  8. (_unit) setUnitPos "UP";