Home   Help Search Login Register  

Author Topic: Trigger activated only by ground units  (Read 751 times)

0 Members and 1 Guest are viewing this topic.

Chomps

  • Guest
Trigger activated only by ground units
« on: 30 Jul 2003, 01:40:37 »
Okay, so I have a "West detected by Resistance" trigger that will set off the guards in a town to do stuff for a multiplayer map.  The problem is I do not want to have it activate for West choppers flying overhead, only if the guards see West ground units.  What would be the easiest way to do this?

CrashnBurn

  • Guest
Re:Trigger activated only by ground units
« Reply #1 on: 30 Jul 2003, 02:48:52 »
Try this-

this and ((count thislist)-("air" counttype thislist)) > 0

Chomps

  • Guest
Re:Trigger activated only by ground units
« Reply #2 on: 30 Jul 2003, 13:36:24 »
Perfect, thanks.  ;D