// Start room for general
// October '01 by Avelan
#include "defs.h"
inherit ROOM_OBJ;
void setup(){
set_short("start room");
set_light(100);
set_long("This section will have information on general"
" issues that don't quite fit into any of the other sections\n"
"Unfortunately, this one isn't ready either as you can see.\n");
add_exit("back", SCHOOL "school", "path");
} /* setup() */