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 small trail leading up the cliff. You havn't seen anyone for\n" "hours, but, as you look around and notice your tight surroundings, you feel\n" "as if you are being watched. You look upward and see many places that\n" "someone or something could drop down upon you.\n"); set_exits(({ "/players/wrath/room/entry/rd_6","up", "/players/wrath/room/entry/rd_4","down" })); }