@Apaec Whenever I interact with the house viewer to add a room, the interact function would just pop up the option but not actually click on the "Add room" option. Here is my code:
RS2Widget createRoom = getWidgets().get(422, 5, 99);
if (createRoom != null && createRoom.interact("Add room")){