inherit "inherit/room2"; void reset (status arg) { if (arg) return; set_weather(1,1,1); set_short("Road"); set_long( "You stand before the cliff face and notice that it is very unusual. It is\n" "very smooth, as if carved or polished. However this massive cliff would be\n" "physically impossible to construct by any means that you know of. You find\n" "a small winding trail winding up the cliff. It too seems to be very\n" "polished (carved?). You glance south across the wastelands deciding if you\n" "should go on up in spite of the gnawing fear that grips your heart like a\n" "vise.\n"); set_exits(({ "/players/wrath/room/entry/rd_3","south", "/players/wrath/room/entry/rd_5","up" })); }