Condition_HandCarriedObjectOwnership
Description
Checks if the object currently held in the character's hand has the specified ownership type. S1 determines the ownership check mode: Character, Household, HouseholdMember, or empty (both Character and Household). S2 selects the hand: "Left" for left hand, anything else for right hand.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose hand-carried object ownership will be checked |
| CompareType | Comparison operator: Equal, NotEqual |
| S1 | Ownership check mode: "Character", "Household", "HouseholdMember", or empty (checks both Character+Household) |
| S2 | Hand selector: "Left" checks left hand; anything else checks right hand (default) |
Examples
| Description | BaseObject | Command | CompareType | S1 | S2 |
|---|---|---|---|---|---|
| Check if right-hand object is owned by the character | Self | HandCarriedObjectOwnership | Equal | Character | |
| Check if left-hand object is owned by character's household | Self | HandCarriedObjectOwnership | Equal | Household | Left |
| Check if right-hand object is owned by any household member | Self | HandCarriedObjectOwnership | Equal | HouseholdMember | |
| Check if right-hand object is not owned by character or household | Self | HandCarriedObjectOwnership | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents