Jump to content
doc. caliban

Trigger: knowsabout any member of a group.

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×