home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 July & August / Hrac_23_1998-07-08_cd2.bin / Demos / Sin / setup.exe / DATA / base / Pak0.pak / menus / security.mnu < prev    next >
Text File  |  1998-07-26  |  3KB  |  101 lines

  1. // Bank Security Room Menu
  2.  
  3. menulevel main
  4.  
  5. menuitem "xl 80 yt -130 string \"  DOOR ACCESS\""
  6. actionitem "pushmenu sub1"
  7. selitem "xl 80 yt -130 string \"> DOOR ACCESS\""
  8. enditem
  9.  
  10. menuitem "xl 80 yt -160 string \"  VAULT ACCESS\""
  11. actionitem "pushmenu sub2"
  12. selitem "xl 80 yt -160 string \"> VAULT ACCESS\""
  13. enditem
  14.  
  15. menuitem "xl 80 yt -190 string \"  CONSOLE\""
  16. actionitem "consolecmd prompt"
  17. selitem "xl 80 yt -190 string \"> CONSOLE\""
  18. enditem
  19.  
  20. menuitem "xl 80 yt -220 string \"  CUSTOMER ACCOUNTS\""
  21. actionitem "consolecmd accounts"
  22. selitem "xl 80 yt -220 string \"> CUSTOMER ACCOUNTS\""
  23. enditem
  24.  
  25. menuitem "xl 80 yt -250 string \"  LOG OFF\""
  26. actionitem "consolecmd quit"
  27. selitem "xl 80 yt -250 string \"> LOG OFF\""
  28. enditem
  29.  
  30. // SUB1 MENU
  31. menulevel sub1 "consolecmd reset"
  32. menuitem "xl 80 yt -130 string \"  UNLOCK DOORS\""
  33. actionitem "pushmenu sub5"
  34. selitem "xl 80 yt -130 string \"> UNLOCK DOORS\""
  35. enditem
  36.  
  37. menuitem "xl 80 yt -160 string \"  LOCK DOORS\""
  38. actionitem "pushmenu sub6"
  39. selitem "xl 80 yt -160 string \"> LOCK DOORS\""
  40. enditem
  41.  
  42. // SUB2 MENU
  43. menulevel sub2 "consolecmd reset"
  44.  
  45. menuitem "xl 80 yt -130 string \"  VAULT SECURITY LEVEL\""
  46. actionitem "pushmenu sub4"
  47. selitem "xl 80 yt -130 string \"> VAULT SECURITY LEVEL\""
  48. enditem
  49.  
  50. menuitem "xl 80 yt -160 string \"  VAULT PASSWORD LIST\""
  51. actionitem "pushmenu sub3"
  52. selitem "xl 80 yt -160 string \"> VAULT PASSWORD LIST\""
  53. enditem
  54.  
  55. // SUB3 MENU
  56. menulevel sub3
  57. menuitem "xl 80 yt -130 string \"  CURRENT COMBINATION FOR 1/1/01\""
  58. actionitem ""
  59. selitem "xl 80 yt -130 string \"  CURRENT COMBINATION FOR 1/1/01\""
  60. enditem
  61.  
  62. menuitem "xl 80 yt -190 string \"  DIAL 1: 8 DIAL 2: 3\""
  63. actionitem ""
  64. selitem "xl 80 yt -190 string \"  DIAL 1: 8 DIAL 2: 3\""
  65. enditem
  66.  
  67. // SUB4 MENU
  68. menulevel sub4
  69.  
  70. headeritem "xl 85 yt -130 string \"  SECURITY LEVEL\""
  71. enditem
  72.  
  73. listitem seclevel 0 "xl 340 yt -130 drawlist \"numchars 12\""
  74. numitems 2
  75. "[   high   ]"
  76. "[   low    ]" 
  77. selitem "xl 80 yt -130 string \">\" xl 340 yt -130 drawlist \"numchars 12\""
  78. enditem
  79.  
  80. menuitem "xl 80 yt -190 string \"  SECURITY LEVEL DESCRIPTION\""
  81. actionitem "consolecmd seclevel_desc"
  82. selitem "xl 80 yt -190 string \"> SECURITY LEVEL DESCRIPTION\""
  83. enditem
  84.  
  85. // SUB5 MENU
  86. menulevel sub5 "consolecmd unlock_doors"
  87.  
  88. menuitem "xl 80 yt -130 string \"\""
  89. actionitem ""
  90. selitem "xl 80 yt -130 string \"\""
  91. enditem
  92.  
  93.  
  94. // SUB6 MENU
  95. menulevel sub6 "consolecmd lock_doors"
  96.  
  97. menuitem "xl 80 yt -130 string \"\""
  98. actionitem ""
  99. selitem "xl 80 yt -130 string \"\""
  100. enditem
  101.