This is a plugin for ESC that addes a sync key value store.
Download from release page and drop the file on ESC configured folder, it will load the plugin.
It will make availabe for the lua scripts:
set("foo","bar")
log("Foo "..get("foo"))
log("Fuz "..get("fuz"))
MIT