PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


arma3:scripting:player-knowsabout-all-east-in-area

ArmA 3 Player knowsAbout All EAST In Area

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, 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";
};
arma3/scripting/player-knowsabout-all-east-in-area.txt · Last modified: 2024/07/25 06:38 by snakeman