home *** CD-ROM | disk | FTP | other *** search
/ Hacker 9 / HACKER09.ISO / Games / Sin.exe / DATA / base / Pak0.pak / menus / bankac22.002 < prev    next >
Text File  |  1998-07-26  |  944b  |  32 lines

  1. // Bank ATM Menu
  2.  
  3. menulevel main
  4.  
  5. headeritem "jcx yt -60 fc 0 0.6 0.4 1 string \" How Can We Help You onethumb?\""
  6. enditem
  7.  
  8. headeritem "jr 20 yt -90 fc 0 0.6 0.4 1 string \"Checking Balance\""
  9. enditem
  10.  
  11. headeritem "jr 20 yt -150 fc 0 0.6 0.4 1 string \"Savings Balance\""
  12. enditem
  13.  
  14. menuitem "xl 20 yt -90 fc 0.5 0.5 0.5 1 string \"  Withdraw\""
  15. actionitem "consolecmd 1"
  16. selitem "xl 20 yt -90 fc 1 1 1 1 string \"[ Withdraw   ]\""
  17. enditem
  18.  
  19. menuitem "xl 20 yt -120 fc 0.5 0.5 0.5 1 string \"  Deposit\""
  20. actionitem "consolecmd 2"
  21. selitem "xl 20 yt -120 fc 1 1 1 1 string \"[ Deposit    ]\""
  22. enditem
  23.  
  24. menuitem "xl 20 yt -150 fc 0.5 0.5 0.5 1 string \"  Wire Funds\""
  25. actionitem "consolecmd 3"
  26. selitem "xl 20 yt -150 fc 1 1 1 1 string \"[ Wire Funds ]\""
  27. enditem
  28.  
  29. menuitem "xl 20 yt -180 fc 0.5 0.5 0.5 1 string \"  Exit\""
  30. actionitem "consolecmd 4"
  31. selitem "xl 20 yt -180 fc 1 1 1 1 string \"[ Exit       ]\""
  32. enditem