So here's the problem, i am trying to create a game save system kind of like the ones in pokemon.
example:
choose a save slot save1 <- save2 <- save3 <- choose a game to load load1 <- load2 <- load3 <-
so basically you choose which one you want and save 1 will save a game as save 1 and then when you press [S] in game it saves it as which one you chose.
i tried doing this with drag and drop variables but it didnt work (i am not good with GML so i use drag and drop).
Thanks












