Skip to main content

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

ParameterDescription
BaseObjectThe selected ship object (Self or Target).
CompareTypeComparison operation type (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks whether the selected ship is docked.TargetShip_DockedEqual
Checks whether the boarded ship is NOT docked.SelfShip_DockedNotEqual