// Room: /d/death/road3.c

inherit ROOM;

void create()
{
	set("short", "Y");
	set("long", @LONG

..... ٨SQ ....

LONG
	);
	set("exits", ([ /* sizeof() == 1 */
  "south" : "/d/death/road2",
]));

	setup();
	replace_program(ROOM);
}
