inherit "/std/room"; #include "path.h" void setup () { set_short("Realm of the Orc: Hallway"); set_light(40); set_long("\n Realm of the Orc: Hallway.\n\n" " Newbie area for Orcs." "\n\n"); add_exit("west",CASTLE +"orc39","door"); add_exit("southwest",CASTLE +"orc42","door"); }