inherit "/std/object";
void setup(){
set_name("key");
set_short ("key");
add_alias("quest_key5");
set_main_plural("keys");
set_long("As you look at the key, you notice that it is very old, and "
"that it has some markings on it that you do not understand. "
"It does however appear to be made out pure silver, making "
"it very valuable. Then again, its worth just might "
"outweighted by its significance to your future.\n");
set_weight(5);
set_value(10);
}