Hi everyone, I've run into a problem with my latest project getting the NPC AI to lock and open the doors properly. Which is extra weird since I got that to work without a hitch in my most recent release. Anyway, here is the problem: - The AI is supposed to lock the doors at night and open in the morning, which is seems to obey during the first day, but waiting through the 24 day cycle and into the next morning, the assigned NPC is not unlocking the door like they are supposed to, it just says locked - I have ensured that the details are assigned correctly (the door is assigned a key, the NPC has the key, the NPC AI says to lock/ unlock the door at the beginning/end of a certain routine, the door ownership is assigned to the character doing the locking/unlocking) - The only thing I can think of is that this mod contains multiple cells within the house, so the NPC may not even be in the same cell as the door they are supposed to be locking at the relevant time. I never encountered this problem with my previous mod, since the interior was a single cell. Maybe this is causing it? Any help would be appreciated.