Nev 0 Posted January 16, 2002 ok. im trying to place my units on a PBRII from the begining, im using on the intialization field of each of my 4 men "this assignascargo boat" boat is the name of the PBRII and in special i have "in cargo" for each, on the boat i have nothing, do i need to put something so that when i start the mission the units will be on the boat? any help will be appreciated Share this post Link to post Share on other sites
Damage Inc 0 Posted January 16, 2002 You need to put moveincargo instead of assignascargo. Share this post Link to post Share on other sites
Snake1999 0 Posted January 16, 2002 All you need to do is putting thi line into a unit's init field, in order to have him in the boat from the start: this moveInCargo <nameOfVehicle> If it's a whole group that should start in the vehicle, do this: Give the group a name In the leader's init field, insert the line: grp = group this (grp will be the name of the group,,) next, add the following line: "_x moveInCargo <nameOfVehicle>" forEach units grp This will put the whole group into the vehicle. Share this post Link to post Share on other sites
Nev 0 Posted January 16, 2002 thanks a lot guys, it worked Share this post Link to post Share on other sites