SoggyMilk 10 Posted May 2, 2010 (edited) I've searched these forums up and down, to no avail. What I need to do is I need to figure out the command to make a vehicle respawn with an init code to keep the vehicle flying. I have a number of A10's spawning in the mission. They get destroyed, and respawn. But they don't keep the "special" attribute that starts them off as flying when they respawn. So I changed the respawn call code, and made it like this: veh = [this, 20, 1200, 2, True, False, "fly4 flyinHeight 200"] execVM "vehicle.sqf" So my question is.... What do I need to put after "fly4 flyinHeight200" to make the vehicle actually fly? EDIT Sorry, I didn't read the sticky. Don't respond to this, I'll go to the editing section, and ask this question there. My apologies. Edited May 2, 2010 by SoggyMilk Didn't read the sticky. Share this post Link to post Share on other sites
Bon 12 Posted May 3, 2010 setVelocity check out Example 2. Share this post Link to post Share on other sites