mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
getVariable mistake
This commit is contained in:
parent
bb8f863d90
commit
fd3c0b5a87
@ -43,7 +43,7 @@ if (VEMFrAttackCount <= _s0) then
|
||||
private "_c";
|
||||
if (_mod isEqualTo "Epoch") then { _c = ["Epoch_Male_F","Epoch_Female_F","Epoch_Female_Camo_F","Epoch_Female_CamoBlue_F","Epoch_Female_CamoBrn_F","Epoch_Female_CamoRed_F","Epoch_Female_Ghillie3_F","Epoch_Female_Ghillie2_F","Epoch_Female_Ghillie1_F","Epoch_Female_Wetsuit_F","Epoch_Female_WetsuitB_F","Epoch_Female_WetsuitC_F","Epoch_Female_WetsuitP_F","Epoch_Female_WetsuitW_F"] };
|
||||
if (_mod isEqualTo "Exile") then { _c = ["Exile_Unit_Player"] };
|
||||
_nrPlyr = selectRandom (nearestObjects [_pos, _c,(_base getVariable "exileradiusshown")]);
|
||||
_nrPlyr = selectRandom (nearestObjects [_pos, _c,(_base getVariable "ExileTerritorySize")]);
|
||||
if not(isNil "_nrPlyr") then
|
||||
{
|
||||
_baseNm = "a base";
|
||||
|
Loading…
Reference in New Issue
Block a user