do_this = """
if (-e $game_config->{save_file} and -r $game_config->{save_file}) {
move(15,11);
printw("(l)oad game");
}
"""