Skip to main content

career.join

Overview

  • Assigns the character to a specific career/job (use career.list_openings to get valid career_entity_id/job_id).

Metadata

FieldValue
DisplayJoin Career
Categorycareer
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoCharacter entity ID to employ (default: possessed)
career_entity_identityIdyesCareer entity ID to join
job_idnameyesJob DataTable id within the career

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('career.join', {
entity_id: 0, // optional
career_entity_id: 0,
job_id: '',
});