Skip to main content

Condition_GatheringTool

Description

Checks whether the BaseObject is currently holding a gathering tool of the type specified by S1 in their right hand.

Parameters

ParameterDescription
BaseObjectThe entity to check for holding a gathering tool.
CompareTypeSupported compare types: Equal, NotEqual.
S1The gathering type to match (e.g., Fishing, Mining).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is holding a gathering toolSelfGatheringToolEqual
Check if Self is not holding a gathering toolSelfGatheringToolNotEqual
Check if Target is holding a gathering toolTargetGatheringToolEqual
Check if Target is not holding a gathering toolTargetGatheringToolNotEqual