A simple, expandable, variable-based save system.

Forked from the save system used in my other project, The Plains.

Purpose

Savesys uses an external text file for managing variables. It's called by a couple commands that create files that you can later reference.

Functions

Example Usage

use savesys; savesys::writer("data.txt", 5, 7);