The new door system needs more explanation.
NPC Code:
if (created) {
this.key = 4;
setstring this.control,House-Control1;
this.warpx = 8;
this.warpy = 13;
}
join housedoors;
So, for each door do you place this and change the this.key = 4 to the key that has acces to it. And change this.warpx and this.warpy to the x & y that you go to when you enter room? And, do you need something to make it so when you say leave you get out like the house system npc says?