Quote:

Hi,

you have vectors no numbers in your "function turnTo".
Try this

function turnTo (&angleFrom,&angleTo)

and not

function turnTo (angleFrom,angleTo)




Thank you. I seem to recall knowing this in the past, its been a while. But it now works as a separate function.