baron159 Member Licensed User Longtime User Mar 18, 2012 #1 I am creating a game and would like to add the ability for saving a game. What are my options and what would you recommend I need to save variables and also if statements that figure out what to do with the list of variables. Thanks -baron159
I am creating a game and would like to add the ability for saving a game. What are my options and what would you recommend I need to save variables and also if statements that figure out what to do with the list of variables. Thanks -baron159
Erel B4X founder Staff member Licensed User Longtime User Mar 18, 2012 #2 Without knowing too much about your requirements I recommend you to start with File.WriteMap / File.ReadMap. Upvote 0
Without knowing too much about your requirements I recommend you to start with File.WriteMap / File.ReadMap.
baron159 Member Licensed User Longtime User Mar 18, 2012 #3 What is an example of the code for this? Upvote 0
NJDude Expert Licensed User Longtime User Mar 18, 2012 #4 If you use the SEARCH feature on these forums you will find lots of samples, like THIS one for example. Upvote 0
If you use the SEARCH feature on these forums you will find lots of samples, like THIS one for example.