You forgot to include the "name" property so the parser doesn't know how to
refer to the object... the "candy" in the object defintion is the short name
that will be printed, the name property specifies words which can be used by
the parser to refer to the object.
Object candy "candy" Closet
with name "candy" "treat",
description "...",
initial "...",
has edible;
--- ...with love and tomato sandwiches. <as544@torfree.net>