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
| Parameter | Description |
|---|
| BaseObject | Not used (always evaluated against Self). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self (player) can gather from the seafloor | Self | CanGatherFromSeafloor | Equal |
| Check if Self can NOT gather from the seafloor | Self | CanGatherFromSeafloor | NotEqual |