Execute_JoinCareerFromInterviewContext
Description
Joins a career from the current interview event context. If the current SiteEvent is the interview common event, this execute uses the career and job stored in that event context to enroll the character into the career at the specified starting rank. Returns early when the current event context is not a valid interview event. Uses a system-side join flow (EB1CareerJoinReason::System) to avoid re-scheduling the interview.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to apply the career join result to. |
| F1 | Starting rank (0-based index) to assign upon joining. |
Examples
| Description | BaseObject | Command | F1 |
|---|---|---|---|
| Confirm interview result and join career at rank 0 | Self | JoinCareerFromInterviewContext | 0 |
| Confirm interview result and join career at rank 2 | Self | JoinCareerFromInterviewContext | 2 |
Back to Command FinderSearch and filter all 399 Script Execution documents