Skip to main content

social_event.debug

Overview

  • Prints on-screen debug summary/roles of the social event the given entity participates in. Defaults to possessed character.

Metadata

FieldValue
DisplayDebug Social Event (Entity)
Categorysocial_event
AccessPublic
ScopeB2Authority
Tags
AliasesDebugSocialEvent

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdno0Target entity id (0 or omitted = possessed)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('social_event.debug', {
entity_id: 0, // optional
});