Home   Help Search Login Register  

Author Topic: Group Command ?  (Read 467 times)

0 Members and 1 Guest are viewing this topic.

NoLiMiTSoLDieR

  • Guest
Group Command ?
« on: 16 Feb 2003, 13:24:46 »
Hi ! .
i want a Whole Group that Starts in The back of a chopper .
now when i Type this "leader moveincargo chopper" only the leader will get in the cargo .
how can i make that the whole group will enter the cargo ? do i have to type in in the Init Field asswell for each unit ?

Greets NoLiMiTSoLDieR

seanver

  • Guest
Re:Group Command ?
« Reply #1 on: 16 Feb 2003, 14:40:34 »
Yes, you must put that command in each unit's init field.

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Group Command ?
« Reply #2 on: 16 Feb 2003, 14:44:47 »
remember that you can mark text in da editor, press Ctrl + C to copy it and then press Ctrl + V to paste it.

CptBravo

  • Guest
Re:Group Command ?
« Reply #3 on: 17 Feb 2003, 07:48:01 »
There is actually an easier way ..

W1=group this; "_x moveincargo Chopper" foreach units W1


W1= Name of your group
Chopper= Name of your vehicle

Hope that helps

CptBravo

  • Guest
Re:Group Command ?
« Reply #4 on: 17 Feb 2003, 07:48:51 »
By the way you put the above command in the leader's init field.

NoLiMiTSoLDieR

  • Guest
Re:Group Command ?
« Reply #5 on: 17 Feb 2003, 22:25:08 »
Thanx That Works !  :D

But Now I want The Units To Eject in a Trigger Zone.
I can just past This In The Trigger Ac Field ?
W1=group this; "_x moveincargo Chopper" foreach units W1

( i dont Know The Eject Command )
Or Do i need a Script ?