Skip to main content

Condition_Season

Description

Checks whether the current in-game season matches the specified season value.

Parameters

ParameterDescription
BaseObjectThe object used as the context for this condition check.
CompareTypeSupported compare types: Equal, NotEqual.
S1The season name to compare against (EB1SeasonType: Spring, Summer, Autumn, Winter).

Examples

DescriptionBaseObjectCommandCompareType
Check if the current season is SpringSelfSeasonEqual
Check if the current season is SummerSelfSeasonEqual
Check if the current season is not WinterSelfSeasonNotEqual
Check if the current season is AutumnTargetSeasonEqual