Skip to main content

pregnancy_and_birth.get_baby_with

Overview

  • Starts pregnancy with the given partner entity.

Metadata

FieldValue
DisplayGet Baby With
Categorypregnancy_and_birth
AccessUserCheat
ScopeB2Authority
Tags
AliasesGetBabyWith, health.get_baby_with

Parameters

NameTypeRequiredDefaultDescription
partner_identityIdnoPartner entity ID (optional, defaults to spouse)
entity_identityIdnoMother entity ID (default: possessed)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('pregnancy_and_birth.get_baby_with', {
partner_id: 0, // optional
entity_id: 0, // optional
});