household.add_member | Add Household Member | Transfer a character into the specified household. Removes from old household automatically. |
household.create | Create Household | Creates a new empty household with the given name. Use household.add_member to populate it. |
household.get_members | Get Household Members | Returns all members of a household. If household_id is omitted, uses the possessed character's hous… |
household.list | List Households | Returns households with member counts and residence info. Defaults to residential families only (bC… |
household.possess | Possess Household | Switches play to the specified household via normal client flow. Handles camera, spawn, and UI tran… |
household.remove_member | Remove Household Member | Remove a character from their current household. |