Condition_IsPlayingFreelanceOrder
Description
Checks whether the BaseObject character is currently playing an active freelance order.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character entity to check freelance order status for. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is currently doing a freelance order | Self | IsPlayingFreelanceOrder | Equal |
| Check if Self is not doing a freelance order | Self | IsPlayingFreelanceOrder | NotEqual |
| Check if Target is not doing a freelance order | Target | IsPlayingFreelanceOrder | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents