Ok so I made a house code like you would see in another post but they way I made it seems like everyone would be teleported to the same house. Here's an example of it.
Simple house...
Code:
if (MyChar.InventoryContains(721170, 1))
{
MyChar.Teleport(1098, 32, 40);
}
The way it's put you can see it looks like everyone would be teleported to the same place. I haven't tried to see if you could see someone else in it because I don't have anyone else to try it with so if that's ok then thanks and if it isn't please help so everyone gets their own house.