whatis_coord - rename 'getpos_coord' option
Rename the option for adding coordinates to autodescribe feedback for the '/' and ';' commands from 'getpos_coord' to 'whatis_coord', after the '/' command that uses it instead of after the internal routine that implements it. The 'whatis' name was only in dat/hh as far as I could find, so this changes it to 'what-is' and also updates dat/help and the Guidebook to mention the name too. Add a 'screen' choice to the option to show coordinates as row,column rather than x,y or compass direction(s). Revise the /m, /M, /o, /O operations of 'what-is' to honor the whatis_coord option (mostly; a value of 'none' gets overridden by 'map' to force coordinates). Also, update the description of the functionality of the '/' command in the Guidebook. The .mn version is tested, the .tex one isn't.
This commit is contained in:
6
dat/help
6
dat/help
@@ -77,8 +77,10 @@ b j n 1 2 3 g<dir>: run in direction <dir> until something
|
||||
Commands:
|
||||
NetHack knows the following commands:
|
||||
? Help menu.
|
||||
/ Tell what a symbol represents. You may choose to specify
|
||||
a location or give a symbol argument.
|
||||
/ What-is, tell what a symbol represents. You may choose to
|
||||
specify a location or give a symbol argument. Enabling the
|
||||
autodescribe option will give information about the symbol
|
||||
at each location you move the cursor onto.
|
||||
& Tell what a command does.
|
||||
< Go up a staircase (if you are standing on it).
|
||||
> Go down a staircase (if you are standing on it).
|
||||
|
||||
Reference in New Issue
Block a user