home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 4.4
/
1998-10_Disc_4.4.iso
/
sindemo
/
sin_demo.exe
/
DATA
/
base
/
Pak0.pak
/
menus
/
bankac13.002
< prev
next >
Wrap
Text File
|
1998-07-26
|
948b
|
32 lines
// Bank ATM Menu
menulevel main
headeritem "jcx yt -60 fc 0 0.6 0.4 1 string \" How Can We Help You Harry Miller?\""
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