Tags: Saving Multiple Variables to One File

Easy Save allows you to save multiple pieces of data to one file using tags, which can be specified as a path parameter.

Saving to a tag which already exists will overwrite that tag.

You can save data of different types to a file using tags, and load them in any order.

You can also use ES2.Delete(path) to delete tags, or delete a file to delete all tags in that file.

C#

JS