#include <mudlib.h> inherit ROOM; void reset(status arg) { if (arg) return; set_short("A dense rainforest"); set_long( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"+ "The path trickles out into nothingness as the dense rainforest closes in\n"+ "on it. You dare not to venture any further without the guide of a path\n"+ "as you would surely be lost! The only way out is back to the east where\n"+ "you came from\n"+ "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"); set_exits(({ "players/sarak/minotaur/island/west8", "east", })); set_weather(1,4,2); }