how can i load all save file if it exist then fill it in array
save file name
var save_data_name = ["save_1","save_2","save_3","save_4","save_5","save_6","save_7"]
slot that need to fill var player_dict = [{},{},{},{},{},{},{}]
example if save_1
and save_3
exist,
if will fill like this var player_dict = [{dict_1},{},{dict_2},{},{},{},{}]