home *** CD-ROM | disk | FTP | other *** search
/ Fatal Distractions! / fataldistractions.bin / appndxa / masters / stddefs.agt < prev    next >
Text File  |  1992-10-20  |  533b  |  27 lines

  1. #COMMENT Special "rooms"
  2. #DEFINE [Nowhere]    0
  3. #DEFINE [Carried]    1
  4. #DEFINE [Worn]    1000
  5.  
  6. #COMMENT Special "nouns"
  7. #DEFINE [Nothing]    0
  8. #DEFINE [Any Light]  1
  9.  
  10. #COMMENT Special "flags"
  11. #DEFINE [Debug]      0
  12.  
  13. #COMMENT macros for the directions used with ChangePassageway
  14. #DEFINE [North] 1
  15. #DEFINE [South] 2
  16. #DEFINE [East] 3
  17. #DEFINE [West] 4
  18. #DEFINE [NorthEast] 5
  19. #DEFINE [NorthWest] 6
  20. #DEFINE [SouthEast] 7
  21. #DEFINE [SouthWest] 8
  22. #DEFINE [Up] 9
  23. #DEFINE [Down] 10
  24. #DEFINE [Enter] 11
  25. #DEFINE [Exit] 12
  26.  
  27.