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