Skip to main content

Condition_IsPlayingFreelanceOrder

Description

Checks whether the BaseObject character is currently playing an active freelance order.

Parameters

ParameterDescription
BaseObjectThe character entity to check freelance order status for.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is currently doing a freelance orderSelfIsPlayingFreelanceOrderEqual
Check if Self is not doing a freelance orderSelfIsPlayingFreelanceOrderNotEqual
Check if Target is not doing a freelance orderTargetIsPlayingFreelanceOrderNotEqual