Skip to main content

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

ParameterDescription
BaseObjectThe character whose main HouseholdBiz is checked
CompareTypeEqual: returns true if the recipe slots are full; NotEqual: returns true otherwise
F1Maximum number of recipe slots allowed

Examples

DescriptionBaseObjectCommandCompareType
Check if the biz has no more recipe slots availableSelfIsHouseholdBizRecipeSlotFullEqual
Check if the biz still has room for more recipesSelfIsHouseholdBizRecipeSlotFullNotEqual