inherit "/std/item";
void setup()
{
set_name("letter");
set_short("letter");
set_weight(1);
set_value(100);
set_long("\n This is a letter from the orc chieftan, that will "
"allow you to leave the town. Better not lose this might not be able "
"to get another.\n");
}