Operation Game - How to reset if mistake is made?

large_boi:
I want to make it so that if the player touches the incorrect CP, the game resets and they have to start from the beginning (which is the part I don't know how to do).

Read up about "state machine"

If your user begins with the STARTING state and progresses through the different positions at any time that s/he touches the wrong probe the program can set the state back to STARTING.

...R