1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
# Sample .mnu file for NetHack
# This will work only with MINIWIN v1.1
# or TOSWIN v2.0 (or better)
#%title "NetHack"
#%about "About NetHack" "v"
File
"Shell" "!"
"Options" "O"
---
"Save Game" "S"
---
"Quit" ?"[1][Really quit?][ Yes | No ]":%A"#quit y":!
Edit
"Copy" %C
"Paste" %P
"Paste Options..." %O
---
"Set Font..." %F
Inventory
"Show Inventory" "i"
--
"Put on jewelry" "P"
"Remove jewelry" "R"
"Wear armor" "W"
"Take off armor" "T"
"Wield weapon" "w"
"Exchange weapons" "x"
"Ready ammo in quiver" "Q"
---
"Eat" "e"
"Quaff potion" "q"
---
"Drop" "d"
"Throw" "t"
"Fire" "f"
Move
"North" "k" 4800
"South" "j" 5000
"East" "l" 4d00
"West" "h" 4b00
---
"Rest" "."
---
"Open door" "o"
"Close door" "c"
Misc
"Help" "?" 6200
"List known spells" "+"
"Cast spell" "Z"
---
"Abort" 001b 6100
|