Skip to main content

marriage.marry

Overview

  • Instantly marry two characters. Bypasses normal marriage conditions.

Metadata

FieldValue
DisplayMarry
Categorymarriage
AccessUserCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoCharacter A entity ID (default: possessed)
target_entity_identityIdyesCharacter B entity ID

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('marriage.marry', {
entity_id: 0, // optional
target_entity_id: 0,
});