inherit "inherit/room2"; void reset(status arg) { if (arg) return; set_weather(1,1,1); set_short("Road"); set_long( "You are travelling on a small road. You look to the south where you know\n" "the realmgate to be, but you see nothing but a pale mist. You have the\n" "chilling fear that you are trapped in this desolate place. You look to the\n" "north and wonder if you feel better that the cliffs still loom before you.\n"); set_exits(({ "/players/wrath/room/entry/rd_3","north", "players/wrath/room/entry/rd_1","south" })); }