I'm halfway through making my tutorial, and I have a problem.
When the player takes damage, their HP meter goes completely empty and the text value showing current HP stays at max. It does that if "CurrentHP =/= Player.MaxHP", but nothing happens (and the meter stays full) if "CurrentHP < Player.MaxHP".