Skip to main content

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

ParameterDescription
BaseObjectThe entity to check against the order Client or Recipient role.
CompareTypeSupported compare types: Equal, NotEqual.
S1The role to check: "Client" or "Recipient".

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Target NPC is the Client of the active orderTargetIsFreelanceOrderTargetEqualClient
Check if Target NPC is the RecipientTargetIsFreelanceOrderTargetEqualRecipient
Check if Target NPC is not the ClientTargetIsFreelanceOrderTargetNotEqualClient