//Ljen nov -96
//Coded by Yalaba on the 11th of September of '96
inherit "/std/outside";
#include "path.h"
void setup(){
set_light(80);
set_short("Jungle Town");
set_long("North of here you see some half-elven working near some trees "
"but you cannot figure out what they are doing because of the "
"distance. To the east there is a clearing where "
"a huge shack is located.\n");
add_clone(NPC+"half_e",1);
add_exit("west" , TOWN+"c4" , "path");
add_exit("north", TOWN+"d3" , "path");
add_exit("east", TOWN+"e4" , "path");
}