Skip to main content

Condition_HasOverrideTimeline

Description

Checks whether the BaseObject character has the specified override timeline. S1 and S2 are optional; if omitted, checks for any override timeline regardless of ID or day.

Parameters

ParameterDescription
BaseObjectThe character whose override timeline status is checked (Self or Target)
CompareTypeSupported compare types: Equal, NotEqual
S1Override timeline ID to check for (optional)
S2Day of week to check (EB1DayOfWeek name; optional)

Examples

DescriptionBaseObjectCommandCompareTypeS1S2
Checks if Self has any override timelineSelfHasOverrideTimelineEqual
Checks if Self has a specific friend visit overrideSelfHasOverrideTimelineEqualTimeline_FriendVisit
Checks if Target does NOT have any override timelineTargetHasOverrideTimelineNotEqual
Checks if Self has a work override on MondaySelfHasOverrideTimelineEqualTimeline_WorkMonday