Condition_IsQuestRequiredItem
Description
Checks whether the BaseObject is the required item for the active freelance quest.
Verifies that the BaseObject's ObjectId matches the RequestTarget.TargetId of the active freelance order.
Parameters
| Parameter | Description |
|---|
| BaseObject | The item entity to check against the quest requirement. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self is the required quest item | Self | IsQuestRequiredItem | Equal |
| Check if Target is the required quest item | Target | IsQuestRequiredItem | Equal |
| Check if Target is not the required quest item | Target | IsQuestRequiredItem | NotEqual |