barc.sqf 172 B

123456789
  1. barc={
  2. params["_vic"];
  3. comment "gets health";
  4. [_vic, 4] call ace_cargo_fnc_setSize;
  5. };
  6. ["SW_BARC", "init",barc, true, [], true] call CBA_fnc_addClassEventHandler;