Home   Help Search Login Register  

Author Topic: multiple units consumed by the comand  (Read 351 times)

0 Members and 1 Guest are viewing this topic.

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
multiple units consumed by the comand
« on: 08 Oct 2004, 02:05:16 »
how do you have one comand ( moveinCargo chopper1) activated by one units initi field make multiple units lets say  r1, r2, and r3 (moveinCargo chopper1) without having them in the same group to use the foreach units group this comand.
I tried somthing like this:    

[r1,r2,r3] moveInCargo chopper1


Thanks/cheers

Offline Blanco

  • Former Staff
  • ****
Re:multiple units consumed by the comand
« Reply #1 on: 08 Oct 2004, 02:26:47 »
Code: [Select]
"_x moveincargo chopper1" foreach [r1,r2,r3]


Search or search or search before you ask.