Skip to main content

Condition_Ship_Speed

Description

Checks the ship's speed. If the character is currently boarded on a ship, the speed of the boarded ship is checked first; otherwise the target ship is used.

Parameters

ParameterDescription
BaseObjectThe selected ship object (Self or Target).
CompareTypeComparison operation type (Equal, NotEqual, Less, Greater, etc.).
F1Speed threshold value for comparison.

Examples

DescriptionBaseObjectCommandCompareTypeF1
Compares whether the ship's speed is less than or equal to 10.TargetShip_SpeedLessOrEqual10
Checks whether the boarded ship's speed is greater than 20.SelfShip_SpeedGreater20