Execute_AddInterviewScoreBySkills
Description
Adds interview initial score from the recommended skills of a career.
Reads the recommended skill list from the given career data table row,
sums score bonuses based on each skill's current level, and adds the
total to the interview score stat configured in the career data asset.
Skill bonus ranges and the destination stat are read from DA_Career.
Returns early without any changes if required data is missing.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character that receives the interview score bonus. |
| S1 | Career table row ID to look up skill list. |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Add interview score by recommended skills for ITcompany | Self | AddInterviewScoreBySkills | ITcompany |