Jump to content
SFC11B

Trigger with condition that a specifically named unit or untis are present

Recommended Posts

I want a trigger to activate when a specific unit or units by name (not just a side OFPOR/BLUFOR) are with in the activation radius. Is this as easy as putting a string in the trigger condition line?

Yes, I searched. I found setTriggerActivation["MEMBER","PRESENT",false] and this didn't work for me, though I put the unit name where member is. did also use mygroup = group (does this still work in arma 2?) and tried group name where member is.

Edited by SFC11B

Share this post


Link to post
Share on other sites

The easiest way is to synchronize the trigger to the units you want it to check for.

Share this post


Link to post
Share on other sites
The easiest way is to synchronize the trigger to the units you want it to check for.

Nah, not synchronizing, but grouping (F2).

Share this post


Link to post
Share on other sites

Or you can try also...

NameOfUnit in thisList

In ArmA1 it works

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

×