====== ArmA 3 Find All Meadows ====== [[:arma3|ArmA 3]], [[arma3:config|Config]], [[arma3:missions|Missions]], [[arma3:modeling|3D Modeling]], [[arma3:scripting|Scripting]], [[arma3:terrain|Terrain]], [[arma3:texturing|Texturing]], [[arma3:tools|Tools]] **2022-06-23T13:52:00Z** Find all meadows: {deletemarker _x} foreach allMapMarkers; _centerPos = getArray (configfile >> "CfgWorlds" >> worldName >> "centerPosition"); _allMeadows = selectBestPlaces [_centerPos,(worldSize / 2) * 1.4142,"(1 - forest) * (1 - hills) * (1 - sea) * (1 - trees) * (1 + meadow) * (1 - houses)",50,100]; _allMeadows = _allMeadows apply {_x#0}; { _marker = createmarker [str _x, _x]; _marker setmarkertype "mil_flag"; _marker setmarkercolor "ColorRed"; _marker setmarkertext format ["Flat %1",_forEachIndex]; } forEach _allMeadows; [[https://forums.bohemia.net/forums/topic/217123-flat-position-without-treesbushesetc-tanoa/?do=findComment&comment=3294859|Source bis forums]].