#include "path.h" inherit "/std/room.c"; setup() { set_short("South end of Watchmakers Lane"); set_long("You are near the southern end of Watchmakers Lane, a narrow " +"street which houses many of the best of "+CITYNAME+"'s " +"artisans shops. It continues to the north and south of " +"here. \n"); add_exit("south", HOMECITY+"marketstreet3", "road"); add_exit("north", HOMECITY+"watchmakers2", "road"); set_zone("trader"); set_light(60); }