########################################################################## # # # 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. # # ########################################################################## # # Bathroom 1st floor # ########################################################################## # due to time restraints removed from this version of the game #object objectBathRoom { # location: objectWorld # run { # /dup &look /eqif # the bathroom ^ ^ # /self _look_child # /drop /tret # /then # /dup &name /eqif the bathroom /drop /tret /then # /drop /fret # } #}