Skip to main content

Condition_CanReceiveFreelanceQuestItem

Description

Checks whether Self can receive the required item from the Client. Returns false when Client and Recipient are the same character, indicating a direct delivery order where no separate item receive step is needed. Also returns false if the BaseObject is not the Client of Self's active order.

Parameters

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

Examples

DescriptionBaseObjectCommandCompareType
Check if the receive item interaction should be shownTargetCanReceiveFreelanceQuestItemEqual
Check if the receive item interaction should not be shownTargetCanReceiveFreelanceQuestItemNotEqual