Skip to main content

appearance.set_household_name

Overview

  • Set the active household name.

Metadata

FieldValue
DisplaySet Household Name
Categoryappearance
AccessUserCheat
ScopeB2Authority
Tags
AliasessetHouseholdName, zoi.set_household_name

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
namestringyesHousehold name

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('appearance.set_household_name', {
entity_id: 0, // optional
name: '',
});