Condition_IsGiftBoxOwner
Description
Checks whether Self is the designated recipient of the Target gift box. Looks up gift data for the Target entity and compares its ToEntityId against Self's entity id.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Not directly used; gift data is resolved from the Target entity in context |
| CompareType | Not used; always checks if Self is the recipient of the Target gift |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is the intended recipient of Target gift | Self | IsGiftBoxOwner | Equal |
| Check if Target gift box is addressed to Self | Target | IsGiftBoxOwner | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents