PDA

View Full Version : Triggers help!



quakergamer
Apr 7 2002, 23:53
I need a help with one of my triggers. How do I make him to check if there is any East soldiers in the trigger zone ?


Thanks!!

Chris Death
Apr 8 2002, 00:01
set the trigger to: east/present, and in the condition field
must be: this

As soon as any east unit enters the trigger area, the trigger
becomes active.
If you want to use the trigger more than one time (e.g: to send a message on the screen: east is here), then change
the trigger activation from once to repeatedly.

quakergamer
Apr 8 2002, 00:03
What I want to do is that East ISNT present in that zone, i mean: They are all dead http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/smile.gif!!

LordZach
Apr 8 2002, 01:00
so change it to east not present

quakergamer
Apr 8 2002, 01:26
Ok thanks!!