Skip to main content

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

ParameterDescription
BaseObjectThe character (member) who contributes points to the team project.
S1EB1CareerType to use (e.g., Business, School); defaults to Business if omitted.
F1Base point amount to add (must be greater than 0).

Examples

DescriptionBaseObjectCommandS1F1
Add 10 base team project points for Business careerSelfAddTeamProjectPoint10
Add 20 base team project points for School careerSelfAddTeamProjectPointSchool20