Execute_AddTeamProjectPoint
Description
Adds team project contribution points for the BaseObject character. Resolves the active team project in the character's career and adds the specified base points, adjusted by the character's skill multiplier. If the accumulated progress reaches the auto-finish threshold, the team project is automatically completed. Returns early if the character has no active team project or the career is invalid. The actual points added may differ from F1 due to skill-based adjustment.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character (member) who contributes points to the team project. |
| S1 | EB1CareerType to use (e.g., Business, School); defaults to Business if omitted. |
| F1 | Base point amount to add (must be greater than 0). |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|---|---|---|---|
| Add 10 base team project points for Business career | Self | AddTeamProjectPoint | 10 | |
| Add 20 base team project points for School career | Self | AddTeamProjectPoint | School | 20 |
Back to Command FinderSearch and filter all 399 Script Execution documents