Description
Checks whether the current in-game season matches the specified season value.
Parameters
| Parameter | Description |
|---|
| BaseObject | The object used as the context for this condition check. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | The season name to compare against (EB1SeasonType: Spring, Summer, Autumn, Winter). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if the current season is Spring | Self | Season | Equal |
| Check if the current season is Summer | Self | Season | Equal |
| Check if the current season is not Winter | Self | Season | NotEqual |
| Check if the current season is Autumn | Target | Season | Equal |