Arma 3
Bozcaada
Wetzer 5 ENE 2021 a las 3:26
Map don't start with Dynamic Bulwarks
Hi,
Want start your map with Dynamic Bulwarks but the script throw failures:

ServerConsole (many of them):
12:17:32 Error Undefined variable in expression: _city
12:17:32 File bulwark\functions\fn_bulwarkLocation.sqf [bulwark_fnc_bulwarkLocation]..., line 10
12:17:32 Error in expression <m _locations;
_houses = nearestObjects [_city, ["house"], 300];

_options = [];


The Line 10 in the function is:
_houses = nearestObjects [_city, ["house"], 300];


Maybe no house is defined as "house"?

Greetings