Condition_IsHouseholdBizRecipeSlotFull
Description
Checks whether the recipe slot count of BaseObject's main HouseholdBiz has reached its maximum. The maximum slot count is provided by F1. Uses the character's HouseholdBiz profile (not physical location) so that Hope conditions work regardless of where the character is.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose main HouseholdBiz is checked |
| CompareType | Equal: returns true if the recipe slots are full; NotEqual: returns true otherwise |
| F1 | Maximum number of recipe slots allowed |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the biz has no more recipe slots available | Self | IsHouseholdBizRecipeSlotFull | Equal |
| Check if the biz still has room for more recipes | Self | IsHouseholdBizRecipeSlotFull | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents