!----------------------------------------------------------------------------- ! Scenery non-objects, providing a middle ground between the bare existence ! of a word you can type and receive a "That's not important" message, and ! the trouble of creating a separate scenery object whose only interesting ! feature is that is has a description. ! ! .h file created from example program "scenery.inf" by Joe Mason, Sept. 9/95 ! ! * N.B. - Include "scenery1.h" after "parser.h" and "verblib.h", and include ! this file ("scenery2.h") after "grammar.h" ! ! See http://www.cl.cam.ac.uk/users/gdr11/inform/scenery.html for a ! discussion of this code. ! ! Richard Barnett, 18/1/95 !----------------------------------------------------------------------------- Extend "examine" last * AnyWord -> SceneDesc; Extend "look" last * "at" AnyWord -> SceneDesc;