Condition_IsFreelanceOrderTarget
Description
Checks whether the BaseObject is the Client or Recipient of Self's active freelance order. Use S1 to specify which role to check: Client or Recipient.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity to check against the order Client or Recipient role. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | The role to check: "Client" or "Recipient". |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Target NPC is the Client of the active order | Target | IsFreelanceOrderTarget | Equal | Client |
| Check if Target NPC is the Recipient | Target | IsFreelanceOrderTarget | Equal | Recipient |
| Check if Target NPC is not the Client | Target | IsFreelanceOrderTarget | NotEqual | Client |
Back to Command FinderSearch and filter all 491 Script Condition documents