Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
How do you have a squad in the cargo of a vehicle?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How do you have a squad in the cargo of a vehicle? (Read 430 times)
0 Members and 1 Guest are viewing this topic.
FunkyMoe
Guest
How do you have a squad in the cargo of a vehicle?
«
on:
07 Mar 2004, 03:24:05 »
I want to have my squad flying in the cargo of a chopper at the beggining of my mission, but I can't fugure out how. It's driving me crazy.
Logged
sa8gecko
Guest
Re:How do you have a squad in the cargo of a vehicle?
«
Reply #1 on:
07 Mar 2004, 07:44:27 »
Put the following line in the initialization field of the squad
commander:
Code:
[Select]
"_x moveincargo chopper" forEach units group this
assuming 'chopper' is the name you gave to the helicopter. If not
change it accordingly.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
How do you have a squad in the cargo of a vehicle?
Top of page