Here's my exact issue though- these are the events i have set:
-> On left button clicked on WPawn
-> Is animation "Unselected" playing
Action: WPawn- Set animation to "Selected" (play from beginning)
-> On left button clicked on WPawn
-> Is animation "Selected" playing
Action: WPawn- Set animation to "Unselected" (play from beginning)
But when i run my layout, i can "select" my WPawn by clicking on it, but clicking on it again doesn't unselect. Why?