Skip to main content

Condition_CanDeliverFreelanceQuestItem

Description

Checks whether Self can deliver the required item to the Recipient. Returns false if the BaseObject is not the Recipient of Self's active order. Returns false if Self does not have the required item in inventory. When Client and Recipient are the same character (direct delivery order), this condition is not used.

Parameters

ParameterDescription
BaseObjectThe Target NPC to check against the Recipient role of the active order.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if the deliver item interaction should be availableTargetCanDeliverFreelanceQuestItemEqual
Check if the deliver item interaction should not be availableTargetCanDeliverFreelanceQuestItemNotEqual