ID:1175364
 
(See the best response by Midgetbuster.)
How can I make houses/building that when walked into, players can enter the room?

Best response
http://www.byond.com/docs/guide/

Use a turf/area on the enter command change player xyz (if it is located elsewhere)
Please don't get mad at me but, I read the guide again and I'm still not understanding
if you have the room located on a different z level because lets say the house on the main map is only 64x64 pixels then you would so something like this.

turf/portal
Enter(atom/movable/O, atom/oldloc)
..()
o.loc = locate(5,5,5) //whatever the location of the room is or use move


Never mind I got it
try experimenting with the code yourself instead of running to the forum every time you get stuck with something.

you will find you will learn alot more just trying to figure it out.. OR searching for it before posting