Help With menu
How would I make it so when you push a key the loop stops and starts another loop Or make the menu stop when I push a key
Voters
Ask coding questions
How would I make it so when you push a key the loop stops and starts another loop Or make the menu stop when I push a key
at line 22
you got
Menu == True
instead of
Menu = True
I was staring at this for like 10 minutes before finally figuring out what was wrong lol
@mwilki7 oh lol