! ------------------------------------------------------------------------------ ! PrintSlow.inf ! ! The House - Version 1 with printslow.h ! ! Last Modified: David Cornelson - 15-Mar-2003 ! ! ------------------------------------------------------------------------------ Constant Story "The House"; Constant Headline "^The House w/PrintSlow - Version 1^ By David Cornelson (2003) - Last Compiled: 15-Mar-2003^"; Constant MAX_SCORE 100; Serial "030315"; Release 1; Include "Parser"; Include "VerbLib"; Include "PrintSlow"; !------------------------------------------------------------------------------- ! Initialise !------------------------------------------------------------------------------- [ Initialise; PrintSlowSettings.Speed = 10; PrintSlowSettings.Override = false; location = Sidewalk; ]; [ PrintRank; printslow(", earning you the rank of "); if (score >= 100) printslow("the greatest.^"); if (score >= 80) printslow("above average.^"); if (score >= 60) printslow("average.^"); if (score >= 40) printslow("below average.^"); if (score >= 20) printslow("the barely living.^"); printslow("the living dead.^"); ]; Object Sidewalk "Sidewalk" with description [; printslow("You are standing on the sidewalk in front of a house.^");], has light; ! ---------------------------------------------------------------------------- ! Grammar ! ---------------------------------------------------------------------------- Include "Grammar";