Dr_Cox1911 10 Posted April 2, 2013 Greetings, how can I check if all the selected players (MP) are in a triggerarea? Hope that you guys understand what I want:confused: Share this post Link to post Share on other sites
Alo Keen 7 Posted April 3, 2013 Selected in what way? Share this post Link to post Share on other sites
Dr_Cox1911 10 Posted April 3, 2013 I have multiple groups with playable units and before the mission starts everyone can pick a unit, we always disable AI so the none-selected units are not in the game. That´s what I meant. Share this post Link to post Share on other sites
Tajin 349 Posted April 3, 2013 Something like this (in the trigger condition) should do the trick: ({isPlayer _x} count thisList) >= (playersNumber west) or this alternately: ({isPlayer _x} count thisList) >= count playableUnits Share this post Link to post Share on other sites