Skip to main content

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

ParameterDescription
BaseObjectThe item entity to check against the quest requirement.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is the required quest itemSelfIsQuestRequiredItemEqual
Check if Target is the required quest itemTargetIsQuestRequiredItemEqual
Check if Target is not the required quest itemTargetIsQuestRequiredItemNotEqual