The Bank/Pitch functions script only retrieves bank & pitch information for a vehicle, it does not allow the bank and pitch to be set. I am working on a guided missile script (there is one by Sefe already in the editors depot), but I'm making a new one that extends the missile life and allows the missile to be "juked" by flares. I'm also wanting to keep the physics more realistic so that a missile in a tight turn or climb will loose speed. I can do this all with velocity vector manipulation, but the fact that the camcreated missiles stay horizontal and continue to want to excellerate horizontally is very annoying and makes vector manipulation very mathematically taxing, not to mention inefficient. I like a good mathematical challenge, but I like efficiency more. So if I can get in an A10 and use my joy stick to change pitch and bank, why can't I manipulate the same aspects of a vehicle via a script? Yea I can rotate it with setDir till I'm blue in the face. But noooooo, not bank and pitch!! In the meantime If anyone knows any tricks to bypass this lacking in commands, please help.