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
| Parameter | Description |
|---|---|
| BaseObject | The Target NPC to check against the Client role of the active order. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the receive item interaction should be shown | Target | CanReceiveFreelanceQuestItem | Equal |
| Check if the receive item interaction should not be shown | Target | CanReceiveFreelanceQuestItem | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents