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
| Parameter | Description |
|---|
| BaseObject | The accommodation guest to test |
| CompareType | Equal: true when another guest exists. NotEqual: true when staying alone. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Show only when Self stays with someone else | Self | HasAccommodationPartyMember | Equal |
| Show only when Self stays alone | Self | HasAccommodationPartyMember | NotEqual |