Skip to main content

gameplay.set_autosave

Overview

  • Enable/disable autosave and set the interval. Both parameters are optional; only specified ones are changed.

Metadata

FieldValue
DisplaySet Autosave
Categorygameplay
AccessScriptCheat
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
enableboolnoEnable or disable autosave
intervalintnoAutosave interval in minutes

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('gameplay.set_autosave', {
enable: false, // optional
interval: 0, // optional
});