Skip to main content

Condition_GrowthStep

Description

Checks the GrowthStep (age group) of the entity specified by BaseObject. Evaluates the character's current GrowthStep and compares it against the expected value(s) using CompareType. S2 is used as the upper bound for range comparisons.

Note

S2 may be empty when CompareType does not require an upper bound value.

Parameters

ParameterDescription
BaseObjectThe entity whose GrowthStep is checked (Self or Target).
CompareTypeComparison operator (Equal, GreaterOrEqual, InRange, OutRange, etc.).
S1Expected GrowthStep or minimum GrowthStep for range (EB1GrowthStep name).
S2Maximum GrowthStep for range comparisons (e.g., InRange, OutRange).

Examples

DescriptionBaseObjectCommandCompareTypeS1S2
Check if self is exactly YouthSelfGrowthStepEqualYouth
Check if target is Adult or olderTargetGrowthStepGreaterOrEqualAdult
Check if self is between LowTeen and AdultSelfGrowthStepInRangeLowTeenAdult
Check if target is not a ChildTargetGrowthStepNotEqualChild