########################################################################## # # # Little girl in the big world. An Interactive Fiction story file. # Designed to be compiled and run with StoryFactory. # # Written and declared public domain by Peter Wendrich 2003. # # ########################################################################## # # Hall on ground floor # ########################################################################## object objectHallGroundFloor { name: hall room location: objectWorld run { /dup &look /eqif hall ( ground floor ) ^ ^ except for the stone tile floor there is not much interesting to see here . /self _look_child /drop /tret /then /drop /fret } } # tile floor