Steamer Trunk (#556)(an instance of generic container made by Calkins)     A heavy trunk of brass reinforced wood. Steamer Trunk contains Generic Message, thing600, Strays, Generic Interzone Boy, Taxi Exit, Taxi Entrance, Object999, PostModern Player Class, Dhalgren_utils and Destination sign. Go to location of this object, Postmodern Laboratory. VERB SOURCE CODE: tell_contents:
if (this.contents)
player:tell("Contents:");
for thing in (this.contents)
player:tell(" ", thing.name, " (", thing, ")");
endfor
elseif (msg = this:empty_msg())
player:tell(msg);
endif
.
PROPERTY DATA: |