home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / SMARTMAG / V2.MSA / ADVENTUR.STQ_GAME.H < prev    next >
Text File  |  2003-12-17  |  452b  |  30 lines

  1. /*
  2.  *  GAME.H
  3.  *
  4.  * This file contains specific equates for the 
  5.  * parsing language.
  6.  *
  7.  */
  8.  
  9. /* Game commands */
  10.  
  11. #define    NORTH    1
  12. #define SOUTH    2
  13. #define    EAST    3
  14. #define    WEST    4
  15. #define    TAKE    5
  16. #define    DROP    6
  17. #define    THROW    7
  18. #define    READ    8
  19. #define    EXAMINE    9
  20. #define INVENTORY 10
  21. #define LOOK      11
  22. #define QUIT      12
  23.  
  24. /* Game objects */
  25.  
  26. #define BOOK    1
  27. #define AXE    2
  28. #define COIN    3
  29. #define STICK    4
  30.