The problem is in your picture 1 where you compare two floats of equality ( 0.099999999 >= 0.1 → false ) so just use (player stamina > 0)
The problem is in your picture 1 where you compare two floats of equality ( 0.099999999 >= 0.1 → false ) so just use (player stamina > 0)