marriage.divorce
Overview
- Instantly divorce the character from their spouse. No UI popup.
Metadata
| Field | Value |
|---|---|
| Display | Divorce |
| Category | marriage |
| Access | UserCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Character entity ID (default: possessed) |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('marriage.divorce', {
entity_id: 0, // optional
});