Set it's pan always to 0

Then using abs movement not rel movement to chase the player.

I'll post a bit of code later if no one else does.

Manual
Quote:
Angles have a special meaning with sprites. If all angles are at zero, the sprite will stand upright and horizontally face the camera. If its pan or tilt angle is nonzero, the sprite is oriented in world space according to its angles. If pan and tilt both are 0, but the roll angle is nonzero, the sprite is always perpendicular to the camera. This is useful for spherical objects, like fireballs or explosions. For an angle to be nonzero it's sufficient to set it at a small amount, like 0.01.

http://www.conitec.net/beta/aentity-pan.htm

Last edited by Malice; 07/10/16 18:17.