home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 643 / PIRATE.MN_ / PIRATE.MN
Text File  |  1996-12-30  |  611b  |  30 lines

  1. PIRATE MENU
  2. BEGIN
  3.     POPUP "Turn"
  4.     BEGIN
  5.         MENUITEM "Exit", 18, GRAYED
  6.         MENUITEM "Next Turn   (F6)", 32
  7.         MENUITEM "Submit/Save Turn", 1
  8.     END
  9.     POPUP "Ship Yard"
  10.     BEGIN
  11.         MENUITEM "Visit Ship Yard    (F2)", 9
  12.         MENUITEM "View Ship Catalog", 36
  13.     END
  14.     POPUP "Music"
  15.     BEGIN
  16.         MENUITEM "Music On", 20
  17.         MENUITEM "Music Off", 21
  18.     END
  19.     POPUP "Information"
  20.     BEGIN
  21.         MENUITEM "View Current Ship  (F3)", 33
  22.         MENUITEM "Territory Report", 37
  23.         MENUITEM "Game Parameters", 31
  24.         MENUITEM "Instructions", 13
  25.         MENUITEM "Score", 12
  26.         MENUITEM "Profiles", 15
  27.         MENUITEM "About PIRATES", 10
  28.     END
  29. END
  30.