Condition_Ship_Docked
Description
Checks whether the selected ship is docked. If the character is currently boarded on a ship, 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 or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether the selected ship is docked. | Target | Ship_Docked | Equal |
| Checks whether the boarded ship is NOT docked. | Self | Ship_Docked | NotEqual |