lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
Do '#include "../../room/std.h" first in your file.

THREE_EXIT("room/players/peter/room", "west",
	 "room/players/peter/another_room", "east",
	 "room/church", "sesam",
	 "Funny room",
	 "You are in the funny room",
	 1)

The command 'sesam' will move the player back to church.