Make actor rotate on clicked more than once

Hi, I have an actor that when I click it I set relative rotation and have a timeline to rotate it 90 degrees. But when I click it again it does nothing. (Mainly because the timeline has ended). How do I make it so it goes another 90 degrees when clicked again and again and so forth.

Player click > Rotates 90 degrees > Stops > Player clicks again > Goes another 90 etc

Thank you.

Hey,

Start the timeline from Play from Start. For the rotation, save the current rotation before the timeline is executed, then add the offset as the timeline plays.

Let me know if more help is needed.