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
| Parameter | Description |
|---|---|
| BaseObject | The character whose team project progress will be checked. |
| CompareType | Comparison operator (e.g., GreaterOrEqual, LessOrEqual, Equal). |
| S1 | EB1CareerType to check (e.g., Business, School); defaults to Business if omitted. |
| F1 | Progress percentage threshold to compare against (e.g., 30, 50, 80). |
Examples
| Description | BaseObject | Command | CompareType | S1 | F1 |
|---|---|---|---|---|---|
| Check if Business team project progress is 30% or less | Self | TeamProjectProgress | LessOrEqual | 30 | |
| Check if Business team project progress is 80% or more | Self | TeamProjectProgress | GreaterOrEqual | 80 | |
| Check if School team project progress is 50% or more | Self | TeamProjectProgress | GreaterOrEqual | School | 50 |
Back to Command FinderSearch and filter all 491 Script Condition documents