Issue with collision overlap and timers not ending

A nice way, would be on overlap, check if you can attack. If you can add to a list of actors.

On end overlap, if the actor is in the list, remove it.

When the player presses the attack key, only attack if the list has at least one thing in it

:slight_smile: