I would say reading the velocity and setting the velocity shouldn't be hard
to do, and making it look like the chopper is flying should also work.
Okay the rotor is a problem.
Maybe you should setpos too...
However I would say there are 2 Problems, both quite big.
1)
You will also need to set attitude of the Chopper and direction.
Direction isn't a problem, but the attitude is. So far I don't know no
command which can do it. However I'm a bit out of date, so it might
be possible...
2)
It saves this to a file that another script can read.
As far as I know it is not possible to save anything to a file.
Reading might be possible (or you could edit it right, and use it directly as
a script). But for the saving there you will need some trick that I don't know
of since the write to Debug.log doesn't work...
-Fishion