I'm making a game and I need to make one of my objects turn towards the players object at random periods of time.
The reason I don't always want it to folow you is because it is faster then you. I will probably just use the same random number thing that I use to make it randomly move around the world so that shouldn't be a problem.
All I really need is a method that turns an object towards another object.

