Skip to main content

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

Can I use auto-save automatically (as soon as I open the app?)

A topic by XGRiDEN created 28 days ago Views: 217 Replies: 2
Viewing posts 1 to 2
(+1)

Good day, I've been planning to make my own to-do list on Decker, and I want to toggle Auto-save as soon as I open my shortcut to it. Is there any setting/parameter in my deck that I can use  to do this?

Thank you in advance.

Developer(+1)

There is no automatic way for a script to enable autosave mode.

You can, however, use

app.save[]

To request that the current document be saved, possibly in combination with

app.exit[]

To save and quit. See the App Interface for more information.

(+1)

Oh... Ic Ic. Thank you for the info, Sr. Also thank you for your continued dev of this one.