We can't let our main character cheat and run straight through all the walls. Create code that sends the main character back to the starting position if they touch a wall.
In English, we'd say a sentence like, "If the main character touches the wall, then they'll go back to the start." The if-statement block will help us write that in Scratch language.
Right now, this code is only checking if your main character is touching a maze wall at the very beginning of the game, but then doesn't check anymore after that. We want it to be checking the entire game! You can find the forever loop in the orange "control" section.