Muzza 0 Posted May 13, 2007 I have read the OFP FAQ and now know how to create solidars ine, but i cannot find how to do the same with a vehicle, do i need to specify if a vehicle is empy or not? is there a different command for creating vehicles? thankyou Share this post Link to post Share on other sites
fasad 1 Posted May 13, 2007 ArmA Scripting commands see createVehicle created vehicles are always empty. Share this post Link to post Share on other sites
Muzza 0 Posted May 13, 2007 Thanks for the reply. type createVehicle position would be "A10" createVehicle [getpos ENFORCE] Where ENFORCE is a game logic. Would this not be acceptable? Share this post Link to post Share on other sites
Muzza 0 Posted May 13, 2007 Am now using script createVehicle ["A10", getpos ENFORCE, [], 0, "FLY"] in this reguard: createVehicle [type, position, markers, placement, special] eg. given: veh = createVehicle ["ah1w", position player, [], 0, "FLY"] Share this post Link to post Share on other sites
Muzza 0 Posted May 13, 2007 Solved it myself, had to use name = at the start, as in the example, not name=this at the end. Share this post Link to post Share on other sites