########################################################################## # # # 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. # # ########################################################################## # # master bedroom # ########################################################################## object objectMasterBedroom { name: bedroom room location: objectWorld run { /dup &look /eqif master bedroom ^ ^ it is a large room bright and clean . definitly not meant to be a playing ground for little children . therefore Alice normally only visits this room when she can't sleep at night and needs her mommy . /self _look_child /drop /tret /then /dup &name /eqif master bedroom /drop /tret /then /drop /fret } } object objectMasterBed { name: bed location: objectMasterBedroom run { /dup &look /eqif in the middle of the room stands a two person bed . /self _look_child /drop /tret /then /dup &name /eqif the bed /drop /tret /then /drop /fret } }