Skip to main content

autonomy.set_enable

Overview

  • Get or set the autonomy (free will) enabled state for a character.

Metadata

FieldValue
DisplaySet Autonomy Enable
Categoryautonomy
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
enableboolnotrue to enable, false to disable (omit to query)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('autonomy.set_enable', {
entity_id: 0, // optional
enable: false, // optional
});