inherit "inherit/room2"; void reset(status arg) { if (arg) return; set_weather(1,1,1); set_short("Road"); set_long( "You are traveling along a small road. To the south you see the rising wall\n" "where the realmgate is located. To the north you see the dark cliff face\n" "jutting up into the lurid sky. You are struck by the silence and stillness.\n" "There is no wind, no rain, nothing but utter silence.\n"); set_exits(({ "/players/wrath/room/entry/rd_2","north", "/players/wrath/room/realmgate","south" })); }