You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-TimeTrials/scripts/save_game.gml

6 lines
166 B

/// save_game(path)
sv6_save(argument0);
//scr_rand_encrypt_write();
if (file_exists(working_directory + "\swap.ini")) file_delete(working_directory + "\swap.ini");