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 22you got Menu == Trueinstead of Menu = TrueI was staring at this for like 10 minutes before finally figuring out what was wrong lol
Menu == True
Menu = True
@mwilki7 oh lol
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
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