#include <mudlib.h>
inherit ROOM ;
create() {
set ("short", "A superlatively boring test room") ;
set ("long",
"This is a boring test room. There is no reason to be here and you\n"+
"should just leave. Go north.\n") ;
set ("light", 1) ;
set ("exits", ([ "north" : "/d/Fooland/hall" ]) ) ;
}