AfrographX 0 Posted April 13, 2006 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
nominesine 0 Posted April 13, 2006 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
AfrographX 0 Posted April 13, 2006 Thanks a lot that's exactly what I was looking for. Share this post Link to post Share on other sites