doc. caliban 34 Posted April 29, 2017 I am specifically using knowsabout instead of detected. isServer && ((INDEPENDENT knowsAbout caliban) > 0) That works, where caliban is a specific unit. I need this to work if ANY unit in a specific group. Cannot get it to work. Probably a syntax issue, but I'm spent and just want to play the mission. Any help is appreciated! -Doc Share this post Link to post Share on other sites
Grumpy Old Man 3549 Posted April 29, 2017 Mighty 'count' to the rescue: isServer && ({INDEPENDENT knowsAbout _x > 0} count units YourGroupName > 0) Cheers Share this post Link to post Share on other sites