7 lines
97 B
TOML
7 lines
97 B
TOML
|
do_this = """
|
||
|
if (-e $save_file and -r $save_file) {
|
||
|
move(15,11);
|
||
|
printw("(l)oad game");
|
||
|
}
|
||
|
"""
|