Add whatis_filter option to filter eligible map locations for travel
Compound option whatis_filter, filters the eligible map locations when getting a cursor location for targeting. Accepts 'n' (none), 'v' (map locations in view), or 'a' (map locations in the same area, eg. room or corridor).
This commit is contained in:
@@ -177,6 +177,12 @@ whatis_coord controls whether to include map coordinates when [n]
|
||||
map -- <x,y> (map column x=0 is not used)
|
||||
screen -- [row,column] (row is offset to match tty usage)
|
||||
none -- no coordinates shown.
|
||||
whatis_filter controls how to filter eligible map coordinates when [n]
|
||||
getting a map location for eg. the travel command.
|
||||
Value is the one of
|
||||
n - no filtering
|
||||
v - locations in view only
|
||||
a - locations in same area (room, corridor, etc)
|
||||
|
||||
Compound options which may be set only on startup are:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user