Skip to main content

Condition_HasAccommodationPartyMember

Description

Checks whether the BaseObject's accommodation booking holds at least one other valid guest. A solo booking, or a booking whose other guests are no longer valid characters, is false. Use it to hide interactions that act on the whole accommodation party, such as regrouping travel companions, from a guest who is staying alone and for whom the interaction would do nothing.

Parameters

ParameterDescription
BaseObjectThe accommodation guest to test
CompareTypeEqual: true when another guest exists. NotEqual: true when staying alone.

Examples

DescriptionBaseObjectCommandCompareType
Show only when Self stays with someone elseSelfHasAccommodationPartyMemberEqual
Show only when Self stays aloneSelfHasAccommodationPartyMemberNotEqual