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 / atm.mnu next >
Text File  |  1998-07-26  |  2KB  |  81 lines

  1. // Bank ATM Menu
  2.  
  3. menulevel main "consolecmd reset"
  4.  
  5. headeritem "jcx yt -50 string \"WELCOME MS. SINCLAIR\""
  6. enditem
  7.  
  8. menuitem "xl 80 yt -100 string \"  WITHDRAW\""
  9. actionitem "pushmenu sub1"
  10. selitem "xl 80 yt -100 string2 \"> WITHDRAW\""
  11. enditem
  12.  
  13. menuitem "xl 80 yt -130 string \"  DEPOSIT\""
  14. actionitem "pushmenu sub2"
  15. selitem "xl 80 yt -130 string2 \"> DEPOSIT\""
  16. enditem
  17.  
  18. menuitem "xl 80 yt -160 string \"  WIRE FUNDS\""
  19. actionitem "pushmenu sub3"
  20. selitem "xl 80 yt -160 string2 \"> WIRE FUNDS\""
  21. enditem
  22.  
  23. menuitem "xl 80 yt -190 string \"  ACCOUNT STATUS\""
  24. actionitem "pushmenu sub4"
  25. selitem "xl 80 yt -190 string2 \"> ACCOUNT STATUS\""
  26. enditem
  27.  
  28. menuitem "xl 80 yt -220 string \"  LOG OFF\""
  29. actionitem "consolecmd quit"
  30. selitem "xl 80 yt -220 string2 \"> LOG OFF\""
  31. enditem
  32.  
  33. // SUB1 MENU
  34. menulevel sub1
  35. headeritem "jcx yt -50 string \"WITHDRAW FUNDS\""
  36. enditem
  37. headeritem "jcx yv 0 bstring \"LOCAL TRANSFERS DISABLED DUE\""
  38. enditem
  39. headeritem "jcx yv -30 bstring \"TO BANK SECURITY BREACH\""
  40. enditem
  41. menuitem "xl 80 yt -300 string \"\""
  42. actionitem ""
  43. selitem "xl 80 yt -300 string2 \"\""
  44. enditem
  45.  
  46. // SUB2 MENU
  47. menulevel sub2
  48. headeritem "jcx yt -50 string \"DEPOSIT FUNDS\""
  49. enditem
  50. headeritem "jcx yv 0 bstring \"LOCAL TRANSFERS DISABLED DUE\""
  51. enditem
  52. headeritem "jcx yv -30 bstring \"TO BANK SECURITY BREACH\""
  53. enditem
  54. menuitem "xl 80 yt -300 string \"\""
  55. actionitem ""
  56. selitem "xl 80 yt -300 string2 \"\""
  57. enditem
  58.  
  59. // SUB3 MENU
  60. menulevel sub3 "consolecmd wire"
  61.  
  62. headeritem "jcx yt -50 string \"WIRE FUNDS\""
  63. enditem
  64.  
  65. menuitem "xl 80 yt -300 string \"\""
  66. actionitem ""
  67. selitem "xl 80 yt -300 string \"\""
  68. enditem
  69.  
  70. // SUB4 MENU
  71. menulevel sub4 "consolecmd balance"
  72.  
  73. headeritem "jcx yt -50 string \"ACCOUNT STATUS\""
  74. enditem
  75.  
  76. menuitem "xl 80 yt -300 string \"\""
  77. actionitem ""
  78. selitem "xl 80 yt -300 string \"\""
  79. enditem
  80.  
  81.