#include <mudlib.h>
inherit ROOM;
void reset(status arg) {
if(arg) return;
set_short("The Beginning");
set_long("You are standing on a road. In the distance stands a cliff.\n");
set_exits(({
"players/admin/cliff", "north",
}));
set_weather(1,4,0);
}