Condition_IsFreelanceCraftingQuestItem
Description
Checks whether the BaseObject's EntityId matches the crafted item EntityId stored in the active freelance order. Unlike IsQuestRequiredItem (which compares ObjectId), this condition compares by EntityId to identify the specific crafted object created for the freelance crafting quest.
Usage
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Target is the crafted freelance quest item | Target | IsFreelanceCraftingQuestItem | Equal |
| Check if Target is NOT the crafted freelance quest item | Target | IsFreelanceCraftingQuestItem | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents