While loop doesn't work
In 'Repeat', the while loop gets skipped and just repeats the whole thing, can someone help me?
I want it to keep repeating until the repeat is false, then it will stop repeating.
Voters
Ask coding questions
In 'Repeat', the while loop gets skipped and just repeats the whole thing, can someone help me?
I want it to keep repeating until the repeat is false, then it will stop repeating.
The while loop is working, you just aren't really using it right. Your first while loop one line 11 will repeat while Continue is equal to yes or Yes, beneath that you put the code you want it to do, which is reserve teh name and check if they are sure that it is there name. The problem is that this loop never ends, becuase you never change the value of
Continue