TheWreckingCrewUK / Insurgency-Redux-Legacy

A collection of Insurgency Redux missions.
http://www.thewreckingcrew.eu/
4 stars 1 forks source link

Roadblocks #46

Closed Bosenator closed 5 years ago

Bosenator commented 7 years ago

Pretty simple: some logically placed roadblocks around towns. A few on start, and now and then the odd one is created (like once per 30-45 minutes, affected by morale).

The following code highlights some pretty decent locations on Malden, not sure about other maps.


{ 
    private _markerstr = createMarker [(text _x), position _x];
    _markerstr setMarkerShape "ELLIPSE"; 
    _markerstr setMarkerSize (size _x);
    _markerstr setMarkerType "hd_dot";
} forEach nearestLocations [[0,0,0], ["NameCityCapital", "NameCity", "NameVillage"], worldSize];```