I really only need the encrypted ini save function, but I've imported it and can't get it to work - error message is:
############################################################################################
ERROR in
action number 1
of Step Event0
for object obj_save_button:
Variable <unknown_object>.file_ini_create(100334, -2147483648) not set before reading it.
at gml_Script_scr_save (line 10) - if !file_exists(_which_ini) {file_ini_create(_which_ini)}
############################################################################################
gml_Script_scr_save (line 10)
gml_Object_obj_save_button_Step_0 (line 18) - scr_save();