Jump to content
Blitzen88

Trigger condition to check number of sectors controlled by a side?

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×