Yeah it took me a while to find out about Invert, too
What it does is check if the condition is NOT true. So for example, an Inverted "Sprite is overlapping Enemy" would trigger whenever Player is NOT overlapping Enemy. This is also how you check if a boolean is set to false, since usually "Check if boolean set" only checks if it is true.