I have foud a way to make the ac fly in circles using the objcet position comand but it doesn't seem to work. i used it like this
repeat
key=scancode()
if key=2
gosub planning
endif
OP#=object position x(ac130):opy#=object position z(ac130)
jsx=joystick twist x():jsy=joystick twist y()
if jsy<27000
pitch camera up 1,1
endif
if jsy>40000
pitch camera down 1,1
endif
if jsx<27000
turn camera left 1,1
endif
if jsx>40000
turn camera right 1,1
endif
point object ac130,mx2,200,my2
move object ac130,1
mc=mouseclick()
sync
until op#=mx2 and opy#=my2
wait 500
this is from my atempt to make an aouto pilot for the ac.
with mx2 and my2 being the lokation the ac shuld go to.
It seems like object position doesn't work since it didn't work in the camera thin eighter
Srry about my english im from sweeden