Add option to make commands ask an inventory item via menu

Turning the boolean option force_invmenu makes all the commands
that ask for an inventory item pop up a menu instead of asking
a text query.  This should be much more friendlier to new
players, and is very useful for window ports on systems
with touch screens and no physical keyboard, such as cell phones.
This commit is contained in:
Pasi Kallinen
2017-09-23 22:47:09 +03:00
parent 11d5c43b9c
commit 596bc64341
7 changed files with 54 additions and 12 deletions

View File

@@ -76,6 +76,9 @@ MENUCOLOR=" cursed .* (being worn)" = orange&underline
# or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I'
OPTIONS=time,noshowexp,number_pad:2,lit_corridor
# Make commands that ask for an inventory item pop up a menu
OPTIONS=force_invmenu
#
# If you want to get rid of "use #quit to quit..." use:
OPTIONS=suppress_alert:3.3.1