wooden box (#120)

(an instance of generic container made by Calkins)

     An old wooden box with a broken lid.

wooden box contains Generic Scorpion Player Class, Generic Post-Apocalypse Room, Generic Automaton, Generic Edible Object, Generic Boomerang Thing, Generic Secured Post-Apocalypse Room, Generic Room with Stacking, Generic Wandering Automaton, Generic Auditorium, Generic Post-Apocalypse Exit, Generic Room with Seats, Generic Light Shield, Generic Music Machine, Generic Scripted Object, Generic Transparent Exit, Generic Moon-phased Wearable, Generic Performance Room, Generic Lycanthropic Thespian PC, Generic Room with Surfaces, Generic Costume, Generic Speaking Wandering Automaton and Generic Litter.

Go to location of this object, Narrow Alley.



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: