Home   Help Search Login Register  

Author Topic: How do I create a group???  (Read 540 times)

0 Members and 1 Guest are viewing this topic.

R_skriver

  • Guest
How do I create a group???
« on: 05 Nov 2003, 19:08:04 »
Hi

I have have been trying to make "my guys" rapple out of a chopper. The script says it needs [group,helo] to work. How do I form a group out of my men???

I have tried to look in the Unofficial Operation Flashpoint Command Reference Manual, but I found no answer  :-[


Offline Spinor

  • Members
  • *
  • I'm a llama!
    • The chain of command
Re:How do I create a group???
« Reply #1 on: 05 Nov 2003, 19:14:22 »
You can put the following code in any of your guys (preferably the leader) init line:
   myGroup = group this

myGroup is then the group you can refer to in the script, e.g.
   [myGroup, myHelo] exec "rapple.sqs"

You can use any other name instead of myGroup, just be consistent when refering
to it.

R_skriver

  • Guest
Re:How do I create a group???
« Reply #2 on: 06 Nov 2003, 16:05:16 »
Thanks!!!

_hammy_

  • Guest
Re:How do I create a group???
« Reply #3 on: 08 Nov 2003, 18:53:36 »
solve topic then?