#include "path.h" inherit "/std/object"; void create() { ::create(); set_name("sign"); reset_get(); set_short("A small sign"); add_alias("notice"); add_alias("note"); set_long("It is a small wooden sign, with instructions"+ " on how to use the shop written on it.\n"); set_read_mess("It reads:-\n\n"+ "'buy' to buy things.\n'sell' to sell 'em.\n"+ "'list' to see whats on sale.\n'browse' for a closer look at an item.\n"+ "'value' to see what something is worth.\n"); }