Space Cadet 1 Posted November 13, 2001 Anyone got any ideas how i could setup a trigger that fires if a specific eastern unit (eg an officer) detects the west? I know about grouping triggers and units, but this only lets you check if East detects a specific unit, not the other way around - or am I overlooking something? Share this post Link to post Share on other sites
ELiTe 0 Posted November 13, 2001 Now, I haven't tested this, but the idea of the proposed solution came to me as I read your question. Make a trigger. It doesn't matter what or who detects who in the default boxes up there. What you should be concerned about is the CONDITION field. Then make the EAST and WEST units, and for assumption's sake, we'll call these, EAST1 and WEST1 respectively. In this CONDITION field, you should put in something like this: "EAST1 KnowsAbout WEST1 != 0" That should fire the trigger as soon as the specific EAST units detects the West one... If this is not what you wanted exactly, perhaps you can play with a variation of this idea.... Share this post Link to post Share on other sites