Admiral Nemo
Member
I wish to load multiple images and a few variables from an ini file within several folders in the working directory.
Basically, anything you put in a specific folder in the working directory gets loaded into the game on start, while also being assigned several variables.
With variable = sprite_add(), variable = ini_read_string(), etc. it workes just fine however I can't seem to figure out how to get it to load from multiple ini files and to store this information in an array. Any attempts so far have resulted in my program crashing.
Does anyone know a good way to store external images in variables that can then be used by the program?
Basically, anything you put in a specific folder in the working directory gets loaded into the game on start, while also being assigned several variables.
With variable = sprite_add(), variable = ini_read_string(), etc. it workes just fine however I can't seem to figure out how to get it to load from multiple ini files and to store this information in an array. Any attempts so far have resulted in my program crashing.
Does anyone know a good way to store external images in variables that can then be used by the program?