Skip to main content

environment.time_skip

Overview

  • Skips game time forward by the given days/hours/minutes.

Metadata

FieldValue
DisplayTime Skip
Categoryenvironment
AccessUserCheat
ScopeB2Authority
Tags
Aliasesworld.time_skip

Parameters

NameTypeRequiredDefaultDescription
daysintnoDays to skip forward
hoursintnoHours to skip forward
minutesintnoMinutes to skip forward

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('environment.time_skip', {
days: 0, // optional
hours: 0, // optional
minutes: 0, // optional
});