Skip to main content

Condition_CanGatherFromSeafloor

Description

Checks whether Self can gather from the seafloor. Self can gather only when it is the player-controlled character and the ScriptContext PredictedParam is non-zero.

Parameters

ParameterDescription
BaseObjectNot used (always evaluated against Self).
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self (player) can gather from the seafloorSelfCanGatherFromSeafloorEqual
Check if Self can NOT gather from the seafloorSelfCanGatherFromSeafloorNotEqual