Condition_HasQuestRequiredItemInInventory
Description
Checks whether the BaseObject's inventory contains the required item for the active freelance quest. Searches the inventory for an item matching the RequestTarget.TargetId of the active freelance order.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character or actor entity whose inventory to check. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self has the quest item in their inventory | Self | HasQuestRequiredItemInInventory | Equal |
| Check if Self does not have the quest item | Self | HasQuestRequiredItemInInventory | NotEqual |
| Check if Target does not have the quest item | Target | HasQuestRequiredItemInInventory | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents