Skip to main content

Condition_IsCurrentInteractionCareerSeatOwner

Description

Checks whether the BaseObject character owns the current interaction target seat of the NonBaseObject character. This is intended for Howling contexts where Self is the receiver and Target is the sender, so Self can test whether they own Target's current locker.

Parameters

ParamsDescription
BaseObjectOwner candidate. NonBaseObject is the interacting character to inspect.
CommandIsCurrentInteractionCareerSeatOwner.
CompareTypeEqual returns true when BaseObject owns the current interaction seat.
NotEqual returns true when a valid current interaction seat is not owned by
BaseObject. Invalid interaction/seat/career returns false.
S1Career type used to resolve the site career. None defaults to Business.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Howling receiver owns sender's lockerSelfIsCurrentInteractionCareerSeatOwnerEqualSchool
Check if Target owns Self's current career seatTargetIsCurrentInteractionCareerSeatOwnerEqualSchool