lonesoldier 0 Posted April 18, 2002 How do i make my soldier say "tango down" everytime he kills an enemy? I have too many enemies to make individual triggers for each one. So how do i get it so everytime an east object is destroyer my guy says tango down on sidechat? Share this post Link to post Share on other sites
Wadi 0 Posted April 18, 2002 You said it in your signiture. I suppose you could have one trigger that activates repeatedly... Share this post Link to post Share on other sites
NEO -PZ- 0 Posted April 18, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (LoneSoldier @ April 18 2002,10:33)</td></tr><tr><td id="QUOTE">I have too many enemies to make individual triggers for each one.<span id='postcolor'> How do you do individual ones then? Share this post Link to post Share on other sites
lonesoldier 0 Posted April 19, 2002 in the triggers condition field u put this: (not (alive unitname)) In the activeation feild put: aP sidechat "Tango Down!" Well how do i make a trigger taht detects any east soldier dying? Share this post Link to post Share on other sites
Aculaud 0 Posted April 19, 2002 why would you even want this? They always say when they kill things anyway. 2: AT Soldier is history! 3: Iv Got Him! youve never noticed that? Share this post Link to post Share on other sites
LauryThorn 0 Posted April 19, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">in the triggers condition field u put this: (not (alive unitname))<span id='postcolor'> Does that work? How do you know that it was you who killed that unit? Maybe you could check if your rating has changed. Everytime it changes, say that "tango down". EDIT: You can check unit's rating like this: rating unit Share this post Link to post Share on other sites