Skip to main content

Condition_Ship_MatchesSeat

Description

Checks whether the selected ship seat object matches the specified seat type (S1).

Parameters

ParameterDescription
BaseObjectSelected seat game object on the ship (Target).
CompareTypeComparison operation type (Equal or NotEqual).
S1Seat type to compare (Driver, Passenger0 ~ Passenger5).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks whether the selected seat object corresponds to the driver seat.TargetShip_MatchesSeatEqualDriver
Checks whether the selected seat object corresponds to passenger seat 0.TargetShip_MatchesSeatEqualPassenger0