Home   Help Search Login Register  

Author Topic: grouping  (Read 567 times)

0 Members and 1 Guest are viewing this topic.

Muddy Waters

  • Guest
grouping
« on: 23 Jul 2004, 15:54:45 »
i want to have a squad in an airplane while its flying, but not in the same group as the pilot, is this possible?

Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Re:grouping
« Reply #1 on: 23 Jul 2004, 16:03:05 »
int he init field of the units you want in the place, type:

this moveincargo planename

 :)
Proud Member of the Volunteer Commando Battalion

CopyrightPhilly

  • Guest
Re:grouping
« Reply #2 on: 23 Jul 2004, 16:09:44 »
yea what Messiah said

make the plane enpty and give it a name and then place a pilot on the map, in one of the pilots init put:

Code: [Select]
this moveindriver planename
if you want to add anything else into the plane then use

Code: [Select]
this moveincargo planenameor
Code: [Select]
this moveingunner planename
hope this helps

cheers, Philly

Muddy Waters

  • Guest
Re:grouping
« Reply #3 on: 24 Jul 2004, 15:10:42 »
thanks lads! :D