Home   Help Search Login Register  

Author Topic: side count?  (Read 583 times)

0 Members and 1 Guest are viewing this topic.

preston

  • Guest
side count?
« on: 27 Nov 2002, 04:23:16 »
Is there a way like (count) east that will count how many east units are left.  I need it for a retreat order to be issued if there are less than a quater of the units left so could i have something like < 10 on the end in the condition of a trigger.

Thanks (hope that makes sence)

Bremmer

  • Guest
Re:side count?
« Reply #1 on: 27 Nov 2002, 11:07:36 »
Hello Preston

Create a large trigger covering all your east units. Set it as east present. In the condition field put:

count thislist < 10

The trigger will go off when less than 10 east units are left in the trigger.

Cheers

preston

  • Guest
Re:side count?
« Reply #2 on: 27 Nov 2002, 14:06:21 »
thanks  :)