gossamer5150 0 Posted May 9, 2002 How do I get a character that is not the player to enter an empty vehicle and drive away? Share this post Link to post Share on other sites
Phisher 1 Posted May 9, 2002 Not 100% sure but I think you do this: name the guy like man In the init. field of the guy you want to drive type something like: this assignasdriver jeep assuming the name of the vehichle is jeep Than make a waypoint to get in, and in the init field of that type: [man] ordergetin jeep Than make another waypoint to where he will go Share this post Link to post Share on other sites
LaserGuidedBunnyRabbit 0 Posted May 9, 2002 All you need is a GET IN waypoint for the unit, no scripts. If you want it to start in a vehicle, name the vehicle, lets say, car1, then in the initialization field of the unit, put: this in car1. Share this post Link to post Share on other sites
Bart.Jan 0 Posted May 9, 2002 If you want soldier to start in jeep put in init field : man1 moveindriver jeep Share this post Link to post Share on other sites