How to know when a character lands?

I would make a Branch with the condition (boolean) “IsFalling” for the character movement like

to know when my character is not on the ground. Then print it, if you need some kind of message. But this won’t tell you at what frame (don’t know how to do that exactly, should be something on the print string).

Good luck!