CmdHelp clickable global setting False

Created a global setting for clickable topics in the help command. Default is False.
This commit is contained in:
davewiththenicehat 2021-06-15 12:47:24 -04:00
parent 6cf1f65722
commit da6e1edb29
2 changed files with 5 additions and 1 deletions

View file

@ -614,6 +614,9 @@ DEFAULT_HELP_CATEGORY = "general"
# File-based help entries. These are modules containing dicts defining help
# entries. They can be used together with in-database entries created in-game.
FILE_HELP_ENTRY_MODULES = ["world.help_entries"]
# if topics listed in help should be clickable
# clickable links only work on clients that support MXP
HELP_CLICKABLE_TOPICS = False
######################################################################
# FuncParser