Kod: Zaznacz cały
RU_Soldier2 = true;
RU_Soldier_Officer = true;
publicvariable "RU_Soldier_Officer";
publicvariable "RU_Soldier2";
_OpforHQ = createCenter east;
West setFriend [East,0];
East setFriend [West,0];
_grp1 = createGroup east;
unit1 = _grp1 createUnit ["RU_Soldier_Officer", getmarkerpos "town",[], 10, "FORM"];
unit2 = _grp1 createUnit ["RU_Soldier2", getmarkerpos "town",[], 10, "FORM"];
unit3 = _grp1 createUnit ["RU_Soldier2", getmarkerpos "town",[], 10, "FORM"];
unit4 = _grp1 createUnit ["RU_Soldier2", getmarkerpos "town",[], 10, "FORM"];
unit5 = _grp1 createUnit ["RU_Soldier2", getmarkerpos "town",[], 10, "FORM"]];
[unit1] join _grp1;
[unit2] join _grp1;
[unit3] join _grp1;
[unit4] join _grp1;
[unit5] join _grp1;
nul = [this,"town","fortify"] execVM "scripts\upsmon.sqf";