ID:167807
Jan 25 2006, 1:56 pm
|
|
I am a begginer coder and I was reading about saving. After an hour I read everything and set up the save system. Now there is only one problem. How do i save? Can anyone maybe show me how to make a verb save, so when I get on the game I can just click save and a savefile is made. Thnak you.
|
Jan 25 2006, 1:59 pm
|
|
Well basically you need to create two procs, a read and a write function. Then in those read and write functions, for read, set all current variables to those in the save-file. Then for write, write the variables into the save-file. There are many demos on this topic. I really wish I could help you more, but I too, sometimes have problems with saving. Just let us know where problems occur and we will try to help you in many ways. Just make sure to be VERY descriptive of the problem, and straightforward on what you want.
|
In response to XxDohxX
|
|
I got that part that you are talking about. I understand all that. I read the DM guide on that to understand more. But i just need the basic code for when i clikc save under perhaps saving in the game, it saves the game into the savefile. Thank you.
|
In response to Bamrulez
|
|
I need help soon. please.
|
In response to Bamrulez
|
|
This is not a real-time chat, please be patient.
http://www.deadron.com/Games/ByondBasicSavefiles.html |