Skip to main content

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

ParameterDescription
BaseObjectThe character or actor entity whose inventory to check.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has the quest item in their inventorySelfHasQuestRequiredItemInInventoryEqual
Check if Self does not have the quest itemSelfHasQuestRequiredItemInInventoryNotEqual
Check if Target does not have the quest itemTargetHasQuestRequiredItemInInventoryNotEqual