lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
#include "std.h"

id(str)
{
    if (str == "ruin")
	return 1;
    else
	return 0;
}

FOUR_EXIT("room/plane4", "south",
	  "room/plane8", "north",
	  "room/plane9", "east",
	  "room/plane3", "west",
	  "Ruin",
	  "A very old looking ruin. There is no roof, and no door.\n",
	  1)