Skip to main content

Condition_HasEmptySeat

Description

Checks whether a vehicle has any empty seats. If the BaseObject is a character, this checks whether the vehicle the character is currently riding has any empty seats.

Parameters

ParameterDescription
BaseObjectThe vehicle or character used as the reference (Self or Target).
CompareTypeThe comparison operation to apply (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Check whether the selected vehicle has an empty seat.TargetHasEmptySeatEqual
Check whether the vehicle the character is riding has an empty seat.SelfHasEmptySeatEqual
Check whether the vehicle the character is riding has no empty seats.SelfHasEmptySeatNotEqual