Home   Help Search Login Register  

Author Topic: Getting percentage from an array of units  (Read 434 times)

0 Members and 1 Guest are viewing this topic.

rOk

  • Guest
Getting percentage from an array of units
« on: 10 Jul 2004, 13:45:57 »
For example
I have 4 troops(each one a group), 2 of them must survive until the end or I loose the mission!
Thanks
« Last Edit: 10 Jul 2004, 13:46:28 by rOk »

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Getting percentage from an array of units
« Reply #1 on: 10 Jul 2004, 14:47:26 »
"alive _x" count [loon1,loon2,loon3,loon4] >= 2

Syntax not guaranteed.
Plenty of reviewed ArmA missions for you to play

rOk

  • Guest
Re:Getting percentage from an array of units
« Reply #2 on: 12 Jul 2004, 12:30:31 »
Thanks, will try it today