I wanted to provide some buildings for EXILE with Loot positions,
I found the following buildings.
Are there any expansions of the map or missions planned here?
Because even corridors lead to nowhere
At the following positions:
I Found the Positions with this Script:
{
if ( "vn_tunnel" in (typeof _x) ) then {
_marker = createMarker [ (str _x), (position _x) ];
_marker setMarkerType "mil_dot";
};
}foreach ([1500,1500,0] nearObjects ["House",3000000]);[/I]