Home   Help Search Login Register  

Author Topic: Easy way to kill off group ?  (Read 558 times)

0 Members and 1 Guest are viewing this topic.

Desdichado

  • Guest
Easy way to kill off group ?
« on: 13 Dec 2002, 14:43:10 »
Hi there...

I was just wondering if there is an easy way to kill off a whole group, not like e.g vc1 setDammage 1; vc2 setDammage 1; and so on and so forth for the entire group.

Is there something like group setDammage 1; ?



Best Regards

Des, OUT!


Randy

  • Guest
Re:Easy way to kill off group ?
« Reply #1 on: 13 Dec 2002, 14:47:14 »
Hi ,

You can make the group set up a ID , after that group them and take the officer  and use the setdammage command only on the officer ..  ???

CrashnBurn

  • Guest
Re:Easy way to kill off group ?
« Reply #2 on: 13 Dec 2002, 16:31:52 »
Just make sure the group has a name, ie... Alpha. Put Alpha = group this in the leaders ini. Then, in a trigger with the condition of your choice, put this in the on activation-

"_x setdammage 1" foreach units Alpha

Desdichado

  • Guest
Re:Easy way to kill off group ?
« Reply #3 on: 13 Dec 2002, 19:26:30 »
Thx to both, working...   :)



Best regards


Des, OUT!