Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, if you want to add autosave, just add this to your Javascript (located in the story tab if you are using the Twine App):

Config.saves.autoload = true;
Config.saves.autosave = true;