Description
Initiates the adoption process for the entity specified by BaseObject. Sends adoption
data to the server and starts the adoption process of the type specified by S1.
Only triggers for the possessed (player-controlled) entity, and is skipped if the
household is already at maximum member capacity.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity requesting adoption (typically Self). |
| S1 | Adoption type (e.g., PhysicalAdoption, MedicalAdoption). |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Start a physical adoption process | Self | Adoption | PhysicalAdoption |
| Start a medical adoption process | Self | Adoption | MedicalAdoption |