inherit "inherit/room2"; void reset(status arg) { if (arg) return; set_weather(1,1,1); set_short("Cliff Trail"); set_long( "You are on a narrow trail that runs up the cliff. You seem to be near the\n" "top as you can see the ridge, and on occasion you even hear voices. You\n" "hope they are friendly.\n"); set_exits(({ "/players/wrath/room/zolgath/30","up", "/players/wrath/room/entry/rd_5","down" })); }