LizardX 0 Posted August 14, 2003 Shortly: I can create soldiers with "createUnit". I can create empty vehicles with "createVehicle". But how can I create a vehicle with its crew onboard? Share this post Link to post Share on other sites
bn880 5 Posted August 14, 2003 Ok let's see if I can give you a good scripplet <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _newVehicle = "typename" createVehicle [Pos]; _newVehicle lock false; #DRIVER "typename" createUnit [pos,_tryGroup,"tempman=this"]; tempman assignAsDriver _newVehicle; tempman moveInDriver _newVehicle; Share this post Link to post Share on other sites
LizardX 0 Posted August 14, 2003 Hey, it's a good one! Gonna try it... thx. Share this post Link to post Share on other sites