Skip to main content

environment.set_season_length

Overview

  • Sets how many days each season lasts. Allowed values: 7, 14, 21, 28.

Metadata

FieldValue
DisplaySet Season Length
Categoryenvironment
AccessUserCheat
ScopeB2Authority
Tags
AliasesSetSeasonLength, world.set_season_length

Parameters

NameTypeRequiredDefaultDescription
lengthintyesSeason length in days (7, 14, 21, or 28)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('environment.set_season_length', {
length: 0,
});