inherit "inherit/room2"; reset(arg) { if(arg) return; set_weather (5,1,0); set_short ("Upper Library Shelves"); set_long ("From this dizzying height, you can see the entire library. It\n" "it rather humorous to see the librarians running about, trying\n" "to find where all the returned books are supposed to go. As\n" "you look around, you notice a collection of trash on the top\n" "of this shelf.\n\n"); set_exits (({"/players/dogberry/library/shelf2.c", "down"})); }