Skip to main content

Condition_IsBargainTargetOwner

Description

Checks whether the BaseObject (seller) is the owner of the current bargain target item. The host character is obtained from NonBaseObject and is used to look up the connected BargainScheduler, which tracks which entity owns the current bargain target.

Parameters

ParameterDescription
BaseObjectThe seller entity to check for ownership (NonBaseObject is used as the host)
CompareTypeEqual: seller is the owner; NotEqual: seller is not the owner

Examples

DescriptionBaseObjectCommandCompareType
Is self the owner of the item being bargained?SelfIsBargainTargetOwnerEqual
Is target the owner of the bargain item?TargetIsBargainTargetOwnerEqual
Is self NOT the owner of the bargain item?SelfIsBargainTargetOwnerNotEqual