Reply to Re: wait_for__lbuttom
If you don't have an account, just leave the password field blank.
It's going back to the loop every time because your check is !=5 when it should be != 68.
Or is button 5 ESC?
Point is, even if the player pushes D- they also push a button that goes into the != 5 check and the wait_for_button() loop starts again.
Or is button 5 ESC?
Point is, even if the player pushes D- they also push a button that goes into the != 5 check and the wait_for_button() loop starts again.