home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker 9
/
HACKER09.ISO
/
Games
/
Sin.exe
/
DATA
/
base
/
Pak0.pak
/
menus
/
bankac12.002
< prev
next >
Wrap
Text File
|
1998-07-26
|
944b
|
32 lines
// Bank ATM Menu
menulevel main
headeritem "jcx yt -60 fc 0 0.6 0.4 1 string \" How Can We Help You John Doe?\""
enditem
headeritem "jr 20 yt -90 fc 0 0.6 0.4 1 string \"Checking Balance\""
enditem
headeritem "jr 20 yt -150 fc 0 0.6 0.4 1 string \"Savings Balance\""
enditem
menuitem "xl 20 yt -90 fc 0.5 0.5 0.5 1 string \" Withdraw\""
actionitem "consolecmd 1"
selitem "xl 20 yt -90 fc 1 1 1 1 string \"[ Withdraw ]\""
enditem
menuitem "xl 20 yt -120 fc 0.5 0.5 0.5 1 string \" Deposit\""
actionitem "consolecmd 2"
selitem "xl 20 yt -120 fc 1 1 1 1 string \"[ Deposit ]\""
enditem
menuitem "xl 20 yt -150 fc 0.5 0.5 0.5 1 string \" Wire Funds\""
actionitem "consolecmd 3"
selitem "xl 20 yt -150 fc 1 1 1 1 string \"[ Wire Funds ]\""
enditem
menuitem "xl 20 yt -180 fc 0.5 0.5 0.5 1 string \" Exit\""
actionitem "consolecmd 4"
selitem "xl 20 yt -180 fc 1 1 1 1 string \"[ Exit ]\""
enditem