



		
		 At Start Ruins.inf begins (lines 1-47)
			
		
				 
		Back to List 
				
Forward
					 
			Browsing Ruins.inf
					001  Constant Story "RUINS";
002  Constant Headline "^An Interactive Worked Example^
003                      Copyright (c) 1999 by Angela M. Horns.^";
004   
005  ! ---------------------------------------------------------------------------- !
006  !       This version recreated by Roger Firth in May 2001, using the simple
007  !       (albeit time-consuming) process of combining the various fragments
008  !       of "Ruins" quoted in Edition 4/1 of the Inform Designer's Manual.
009  !       
010  !                       PLAYER
011  !                             lamp,dictionary,map
012  !                       GREAT PLAZA
013  !                           | mushroom,packing-case,camera,newspaper,steps
014  !                           |
015  !                           |
016  !                       SQUARE CHAMBER -------------------- WORMCAST
017  !                           | inscriptions,sunlight,(key)         eggsac
018  !                           |
019  !                           |
020  !                       STOOPED CORRIDOR
021  !                           | statuette,door
022  !                           |
023  !                           |
024  !   UPPER CANYON        SHRINE
025  !       | ball           /     \ paintings,altar,mask,(priest)
026  !       |     ----------         ----------
027  !       |   /                               \
028  !   XIBALBÁ                                 ANTECHAMBER
029  !       | stela                                 | cage,skeletons,(warthog)
030  !       |                                       |
031  !       |                                       |
032  !   LOWER CANYON                            BURIAL SHAFT
033  !       | chasm                                   honeycomb
034  !       |
035  !       |
036  !   PUMICE LEDGE
037  !         bone
038  !
039  ! ---------------------------------------------------------------------------- !
040   
041  Constant MAX_CARRIED = 7;       ! Defined in DM4 §22
042  Constant MAX_SCORE = 30;        ! Defined in DM4 §22
043   
044  Include "Parser";
045  Include "VerbLib";
046   
047  ! ---------------------------------------------------------------------------- !
  
    Last updated 23 June 2004.
  
  This site is no longer supported; information may be out of date.
  Maintained as a historical archive by the Interactive Fiction Technology Foundation.
  Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
  
    This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.