define object <pen>
displaytype <Object>
give to <Bambi> {
msg <You hand the pen back to Bambi. She rubs it violently on her clothes and slams it back on the counter.>
lose <pen>
}
alias <pen>
alt <pen>
parent <counter>
prefix <a>
take <You grab the pen.>
look <It's just a normal looking pen.>
end define
define object <counter>
displaytype <Object>
alias <counter>
article <it>
gender <it>
alt <counter top; top; surface>
container
end define
define object <filing Cabinet>
displaytype <Object>
alias <filing cabinet>
alt <drawer; filing; cabinet; filing cabinet>
container
open <You open the filing cabinet.>
close <You close the filing cabinet.>
end define
define object <File>
displaytype <Object>
alias <top secret file>
alt <file; directions; paper; direction; secret; top secret; secret file>
parent <filing cabinet>
end define
The filing cabinet is opening and closing, and the file is visible to see when it is open. However, both the filing cabinet and the counter are not listing contents when looked at. Also, the pen is not showing up as visible when after looking at counter.