====== ArmA 3 Player knowsAbout All EAST In Area ====== [[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]] 2022-06-11T15:27:00Z Check to see if player has spotted ie knows about all the enemy bad guys EAST side in area, this example uses _myTrigger variable for the area. if (((units east) inAreaArray _myTrigger) findIf {player knowsAbout _x == 0} < 0) then { systemChat "Player knows about every EAST unit in trigger"; } else { systemChat "Player doesn't know about every EAST unit in trigger"; };