Skip to main content

Condition_IsFreelanceCreationOrderNotCrafted

Checks whether the active freelance order is in the Creation category and no crafted item has been made yet.

  • Verifies that the active order's FreelanceOrderTemplate CategoryId is "Creation".
  • Verifies that CraftedItemEntityId is Invalid, meaning crafting has not started yet. ===== | Description | BaseObject | Command | CompareType | |----------------------------------------------------------------------|------------|----------------------------------------|-------------| | Check if Self has Creation order without crafted item | Self | IsFreelanceCreationOrderNotCrafted | Equal | | Check if Self does NOT have Creation order without crafted item | Self | IsFreelanceCreationOrderNotCrafted | NotEqual |