Random dir for static wpns

This commit is contained in:
He-Man 2018-11-26 21:59:52 +01:00 committed by GitHub
parent 199d503f4b
commit bbe3287cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,8 @@ if (blck_debugLevel > 1) then
};
#endif
_wep setVariable["GRG_vehType","emplaced"];
_wep setVariable["GRG_vehType","emplaced"];
_wep setdir (random 359);
_wep setPos _pos;
[_wep,false] call blck_fnc_configureMissionVehicle;
_emplacedWeps pushback _wep;