Blitzen88 18 Posted Monday at 05:41 PM Trying to figure out how to craft a trigger condition which checks sectors to see if a side controls a set number. This is what I have but it doesnt seem to work: Spoiler _Count = 4; _Side = West; count (+BIS_fnc_moduleSector_sectors select (_x getVariable "owner" isEqualTo _Side)) >= _Count Share this post Link to post Share on other sites
Schatten 288 Posted Wednesday at 08:24 AM Learn carefully, especially syntax 6: https://community.bistudio.com/wiki/select Share this post Link to post Share on other sites
Blitzen88 18 Posted Thursday at 02:11 PM On 12/11/2024 at 3:24 AM, Schatten said: Learn carefully, especially syntax 6: https://community.bistudio.com/wiki/select Do I need to use brackets { i stead of parenthesis ( or something else? Share this post Link to post Share on other sites
Schatten 288 Posted Thursday at 02:44 PM Exactly, as syntax 6 describes. Share this post Link to post Share on other sites