Condition_HandCarriedObjectTag
Description
Checks if the object currently held in the character's hand has the specified object tag. During a PutDown action, uses the hand selected in PutDownContext. By default (UseHand=Default), checks both hands (right first, then left).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose hand-carried object will be checked |
| CompareType | Comparison operator: Equal, NotEqual |
| S1 | Object tag name to check (e.g., Food_Ingredient, Tool_Cleaning) |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if either hand's object has Food_Ingredient tag | Self | HandCarriedObjectTag | Equal | Food_Ingredient |
| Check if right-hand object does not have Tool_Cleaning tag | Self | HandCarriedObjectTag | NotEqual | Tool_Cleaning |
Back to Command FinderSearch and filter all 491 Script Condition documents