Ok So I have figured most of it out, the one piece I am missing is trying to figure out which direction the object is rotating at any given moment.
I am not using physics to rotate it, I am using look at.
I am also using a loop that updates every 0.001 second to figure out the angle of difference between the last update so I can see how fast it is spinning, but the action "Get angle to target" returns a positive value no matter which direction it is.
How do I figure out if the angle to target is +30 degrees or -30 degrees?
Cheers,
Jasper