A_Flexible Save System

by Andre-g1
Allows it's user, a flexible use of savefiles. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Andreg1.A_FSS##version=7

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Andreg1.A_FSS##version=7

708 downloads
Version 1.6
Date added: Dec 6 2008
Last updated: Jul 29 2009
1 fan
From the documentation.dm :

Current procs:


CreateCharacter() - client procedure, does exactly what it's supposed to, creates a character and assigns the current_slot variable to it(current_slot is assigned a number corresponding to the first slot available.)


LoadCharacter() - client procedure, searches for the savefile according to the slot the user picks and calls mob.Load() on that slot. Only the slots where there are characters created show up on the input window.


Creation() - client procedure, just to start off on client/New() with the input asking what they wish to do.


GetSlots() - client procedure, gets the slots currently used and returns them.


SaveCharacter() - mob procedure, creates the savefile based on the path and the current_slot variable


Load() - mob procedure, loads the savefile based on the current_slot variable assigned on LoadCharacter()