Turning in Place

current and target are variables I create. Current id there just to represent the storing of current rotation. if you wanted to get the current rotation you could just use get actor rotation.
target is the desired rotation. which in your case would be current rotation +180 degrees in in the appropriate axis.

understand?