#include "path.h" inherit "/std/room.c"; setup() { set_short("Watchmakers Lane"); set_long("You are on 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+"watchmakers2", "road"); add_exit("north", HOMECITY+"watchmakers4", "road"); set_zone("trader"); set_light(60); }