jdbecks 10 Posted July 13, 2009 Hey all, Ive been trying to get my section to start the mission inside a vehicle, I can get them to spawn inside the vehicle, however, once I assign a waypoint the vehicle deos not move unless I make the vehicle a higher rank than the player. is there a command to either group the three vehicle together and to have my my fireteam spawn inside them in an independant group so the vehicles can drop them off at another location? cheers Jon Share this post Link to post Share on other sites
manzilla 1 Posted July 13, 2009 Depends on if you want to be in an empty or AI controlled vehicle. If you want an empty one place an empty vehicle on the map then name it something, say "veh1". Now place a few players on the map then in the init box of each player put: this moveindriver veh1; then in another player's init box put: this moveingunner veh1; And in another: this moveincargo veh1; And if the vehicle has a commander seat: this moveincommander veh1; If you want to start all units in the back of an AI controlled APC, or the likes, put this in the unit's init box: this moveincargo veh1; Just make sure you dont have the AI controlled vehicle grouped to the squad you want to start in that vehicle. There are a few other ways to do it but this is a fairly basic way. Share this post Link to post Share on other sites
jdbecks 10 Posted July 14, 2009 thankyou for your help, works a treat Share this post Link to post Share on other sites
Radioactive 10 Posted July 14, 2009 Thanks Manzilla I've been looking for help on this as well Share this post Link to post Share on other sites
Jimmy the Saint 10 Posted July 24, 2009 Hello, the editing so far makes sense. But I don't get the AI in the cargo to disembark at a transport unload waypoint. I'm using this script "this moveincargo veh1;". Share this post Link to post Share on other sites
Junker 0 Posted July 24, 2009 u can add this line to the leader of the group to make things alot easier :) {_x moveincargo boat1} foreach units group this Share this post Link to post Share on other sites
Jimmy the Saint 10 Posted July 25, 2009 Thanks alot Junker, it's working now! :) Share this post Link to post Share on other sites