inherit "inherit/room2"; #define NAME "ash" reset (arg) { if (arg) return; set_short( "Standard Workroom"); set_long ("This is a standard workroom. Work on it.\n"); set_weather(5, 5, 5); set_exits (({"/room/city/square.c", "square", "/room/city/post.c", "post"})); }