home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fredem.zip / 220.SHM < prev    next >
Text File  |  1993-01-15  |  1KB  |  49 lines

  1. ; 220.SHM -- Produced by SCI Message Editor 4.211
  2. ; This file should only be edited with ME
  3.  
  4. ; NOUNS
  5.  
  6. (define ANVIL_N          26)
  7. (define BALANCE_N        22)
  8. (define BANKDOOR_N       28)
  9. (define BANK_N           16)
  10. (define CANT_GO           1)
  11. (define CORRAL_N         17)
  12. (define FENCE_N          21)
  13. (define FIREPIT_N        24)
  14. (define HORSE_ON_BLOX_N   2)
  15. (define RAIL_N           20)
  16. (define SADDLE_N         18)
  17. (define SIDEWALK_N       27)
  18. (define SMITHIE_N        14)
  19. (define SMITHY_N         15)
  20. (define STREET_N         23)
  21. (define TROUGH_N         19)
  22. (define WAGON_N          25)
  23.  
  24. ; CASES
  25.  
  26. ; After you've removed the mole from Smithie's face, but if you haven't left the room yet
  27. (define AFTERMOLE         6)
  28.  
  29. ; (After the Smithie has left)
  30. (define AFTER_GONE        7)
  31.  
  32.  
  33. ; While the fire is going and Smithie's working
  34. (define FIREGOING         3)
  35.  
  36. ; Once the fire is out and Smithie's gone.
  37. (define FIREOUT           4)
  38.  
  39. ; If you click on any part of Smithie's body EXCEPT his face (or whenever his back is turned)
  40. (define NOTONFACE         1)
  41.  
  42. (define NO_MORE_CHAR      8)
  43.  
  44. ; On Smithie's face, while he's facing you
  45. (define ONFACE            2)
  46.  
  47. ; When Smithie still has the mole on his face.
  48. (define WITHMOLE          5)
  49.