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
| Parameter | Description |
|---|
| BaseObject | The vehicle or character used as the reference (Self or Target). |
| CompareType | The comparison operation to apply (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check whether the selected vehicle has an empty seat. | Target | HasEmptySeat | Equal |
| Check whether the vehicle the character is riding has an empty seat. | Self | HasEmptySeat | Equal |
| Check whether the vehicle the character is riding has no empty seats. | Self | HasEmptySeat | NotEqual |