Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
AfrographX

Trigger only activated by ground units

Recommended Posts

Hi,

I've a small question, I want that a trigger is only activated when western ground units are in the defined area. Not when a west aircraft accidentaly fly over the trigger!

How to do?

It's for a multiplayer mission with a limited number of west players.

Share this post


Link to post
Share on other sites

Make a normal WEST present trigger. In the condition field you put:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

("LAND" counttype thislist) > 0

If you also want to exclude ground vehicles - exchange "LAND" for "MAN". The number following the "greater than"-symbol is the number of western units that needs to be present inside the trigger area for the sensor to fire.

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
Sign in to follow this  

×