A lot of this time would have been spent on my custom save program. the process takes a few steps..
- First I needed a function that stores all data that needed to be saved into 1 list variable.
- Save list on the computer disk as a text file with values divided with comers. whilst keeping track of what data is where.
3. To then load the data back the load function will convert all the text into usable integers and then reassign it into the places it should be.