Home   Help Search Login Register  

Author Topic: Starting units in vehicle  (Read 1298 times)

0 Members and 1 Guest are viewing this topic.

Offline Meatball0311

  • Members
  • *
Starting units in vehicle
« on: 03 Oct 2007, 16:34:46 »
This should be a simple one, but I have forgotten how to do it.

How do I have my units start in a vehicle at game start?

Offline Denz

  • Former Staff
  • ****
Re: Starting units in vehicle
« Reply #1 on: 03 Oct 2007, 18:46:41 »
On the map have a group linked with a vehicle. Then in the unit dialog (edit unit), in the special box select "In Cargo"
Is that what you wanted to know?

otherwise use the AssignAsCargo command
MoveinCargo
« Last Edit: 03 Oct 2007, 19:21:06 by Denz »
I've got 'em right where I want 'em - surrounded from the inside!
Jerry "Mad Dog" Shriver, SOG Recon One-Zero
24/09/41 - 24/04/69

Offline Meatball0311

  • Members
  • *
Re: Starting units in vehicle
« Reply #2 on: 03 Oct 2007, 20:04:18 »
Ooops!!  thanks that fixed my proplem :clap:

Offline Trash Can Man

  • Members
  • *
  • We are no longer the knights who say "Ni!"
Re: Starting units in vehicle
« Reply #3 on: 04 Oct 2007, 08:20:51 »
using "assignascargo......do you have to give the A.I. a name, or do you use "this"?

TCM

Offline Cheetah

  • Former Staff
  • ****
Re: Starting units in vehicle
« Reply #4 on: 04 Oct 2007, 11:25:38 »
You can use

Code: [Select]
this moveInCargo truckor
Code: [Select]
abraham67 moveInCargo truck
Like missions? Help with Beta Testing! or take a look at the OFPEC Missions Depot for reviewed missions!

Offline Trash Can Man

  • Members
  • *
  • We are no longer the knights who say "Ni!"
Re: Starting units in vehicle
« Reply #5 on: 04 Oct 2007, 17:47:45 »
ahhh  thanks cheetah, I had a feeling you could use both.   :good:


TCM