Description
Checks whether the BaseObject character has a specific quest, optionally filtered by quest state.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose quest list will be checked (Self or Target). |
| CompareType | Supported compare types: Equal (has the quest), NotEqual (does not have the quest). |
| S1 | The Quest ID to check. |
| S2 | Optional quest state filter (e.g., InProgress). Omit to check for any state. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self has the JobLess quest | Self | HasQuest | Equal |
| Check if Self does not have the JobLess quest | Self | HasQuest | NotEqual |
| Check if Target has a specific quest | Target | HasQuest | Equal |
| Check if Self has a quest in InProgress state | Self | HasQuest | Equal |