Skip to main content

Condition_TeamProjectProgress

Description

Checks the active team project's progress percentage for the character's career. Retrieves the progress percentage of the ongoing team project and compares it against the threshold value specified in F1 using the given CompareType.

Parameters

ParameterDescription
BaseObjectThe character whose team project progress will be checked.
CompareTypeComparison operator (e.g., GreaterOrEqual, LessOrEqual, Equal).
S1EB1CareerType to check (e.g., Business, School); defaults to Business if omitted.
F1Progress percentage threshold to compare against (e.g., 30, 50, 80).

Examples

DescriptionBaseObjectCommandCompareTypeS1F1
Check if Business team project progress is 30% or lessSelfTeamProjectProgressLessOrEqual30
Check if Business team project progress is 80% or moreSelfTeamProjectProgressGreaterOrEqual80
Check if School team project progress is 50% or moreSelfTeamProjectProgressGreaterOrEqualSchool50