Skip to main content

entity.show_speech_bubble

Overview

  • Shows a speech bubble with custom text directly above a character's head.

Metadata

FieldValue
DisplayShow Speech Bubble
Categoryentity
AccessUserCheat
ScopeB1Multicast
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
textstringyesText to display in the speech bubble
entity_identityIdnoTarget character (default: possessed)
durationfloatnoDisplay duration in seconds (default: 10)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('entity.show_speech_bubble', {
text: '',
entity_id: 0, // optional
duration: 0.0, // optional
});