Hi, I got a few simple q's, I think. I'm making a pretty simple RPG but my program is getting too big for me to handle. I’m trying to figure out how to use modules to organize it and I figured out how to create one, but how would I import it so I could use it? I also would like to know how to setup something to save a game (and load), just to be able to save some variable values or something so I don’t start at level one every time. This also brings me to the process of saving and loading. I figured out how to make a 2nd form but how do I switch between them so I can use one for the actual field which you play on and the other as a menu screen for new game, load game, save game, ect?
Thanks for any help.
Thanks for any help.
Comment