Condition_HasBeenEatenFood
Description
Checks whether the target food has been eaten at least once.
Compares the original TotalFoodValue against the current RemainFoodValue.
Returns true (Equal) if RemainFoodValue < TotalFoodValue (i.e., at least one bite was taken).
Parameters
| Parameter | Description |
|---|
| BaseObject | The food object entity to check |
| CompareType | Equal: food has been eaten at least once. NotEqual: food has not been eaten. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Checks whether target food has been eaten at least once. | Target | HasBeenEatenFood | Equal |
| Checks whether target food has not been eaten yet. | Target | HasBeenEatenFood | NotEqual |