Suggestion (Saving vars to the .DMB) in BYOND Discussion
|
|
Ok, this has probably been suggested a million times, but I'll suggets it anyway since Im curious to why its been turned down.
Why not make it so that a certiant var type is automatically saved to the .dmb file. var/
There are only a few uses for this I can think of.
1) Variables you want to keep the same when you reboot.
2) Stuff that will change as the game is played, but you dont want the host to be able delete or replace with a previously saved version.
Like if you wanted a var that tells you how many times the game has been used, you could make one and save it, but the host could easily delete or replace the .sav with an older version.
-DogMan
|