Description
Checks whether the BaseObject is currently holding a gathering tool of the type specified by S1 in their right hand.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity to check for holding a gathering tool. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | The gathering type to match (e.g., Fishing, Mining). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self is holding a gathering tool | Self | GatheringTool | Equal |
| Check if Self is not holding a gathering tool | Self | GatheringTool | NotEqual |
| Check if Target is holding a gathering tool | Target | GatheringTool | Equal |
| Check if Target is not holding a gathering tool | Target | GatheringTool | NotEqual |