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
| Parameter | Description |
|---|
| BaseObject | The seller entity to check for ownership (NonBaseObject is used as the host) |
| CompareType | Equal: seller is the owner; NotEqual: seller is not the owner |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Is self the owner of the item being bargained? | Self | IsBargainTargetOwner | Equal |
| Is target the owner of the bargain item? | Target | IsBargainTargetOwner | Equal |
| Is self NOT the owner of the bargain item? | Self | IsBargainTargetOwner | NotEqual |