Pause the game;

I’m using this statement and I notice it erases the screen after the pause. Any way to get around that?

Use this instead:

wait for the SPACE key;

Brilliant, thank you!