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
| Parameter | Description |
|---|
| BaseObject | The selected ship object (Self or Target). |
| CompareType | Comparison operation type (Equal, NotEqual, Less, Greater, etc.). |
| F1 | Speed threshold value for comparison. |
Examples
| Description | BaseObject | Command | CompareType | F1 |
|---|
| Compares whether the ship's speed is less than or equal to 10. | Target | Ship_Speed | LessOrEqual | 10 |
| Checks whether the boarded ship's speed is greater than 20. | Self | Ship_Speed | Greater | 20 |