Skip to main content

emotion.set

Overview

  • Sets the cheat emotion on the target character. Use 'Normal' or empty to clear. e.g. type=Happy level=3

Metadata

FieldValue
DisplaySet Emotion
Categoryemotion
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
typenameyesEmotion type name (e.g. Happy, Sad, Normal)
levelintno1Emotion level (default: 1)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('emotion.set', {
entity_id: 0, // optional
type: '',
level: 1, // optional
});