Skip to main content

Condition_HasQuest

Description

Checks whether the BaseObject character has a specific quest, optionally filtered by quest state.

Parameters

ParameterDescription
BaseObjectThe character whose quest list will be checked (Self or Target).
CompareTypeSupported compare types: Equal (has the quest), NotEqual (does not have the quest).
S1The Quest ID to check.
S2Optional quest state filter (e.g., InProgress). Omit to check for any state.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has the JobLess questSelfHasQuestEqual
Check if Self does not have the JobLess questSelfHasQuestNotEqual
Check if Target has a specific questTargetHasQuestEqual
Check if Self has a quest in InProgress stateSelfHasQuestEqual