Tips and option to disable them
Adds a more general way to handle gameplay tips, and adds a boolean option "tips", which can be used to disable all tips. Adds a helpful longer message when the game goes into the "farlook" mode. Also adds a lua binding to easily show multi-line text in a menu window. Breaks save compat.
This commit is contained in:
@@ -615,6 +615,8 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
NHOPTB(timed_delay, Map, 0, opt_in, set_in_config,
|
||||
Off, No, No, No, NoAlias, (boolean *) 0, Term_False)
|
||||
#endif
|
||||
NHOPTB(tips, Advanced, 0, opt_out, set_in_game,
|
||||
On, Yes, No, No, NoAlias, &flags.tips, Term_False)
|
||||
NHOPTB(tombstone, Advanced, 0, opt_out, set_in_game,
|
||||
On, Yes, No, No, NoAlias, &flags.tombstone, Term_False)
|
||||
NHOPTB(toptenwin, Advanced, 0, opt_in, set_in_game,
|
||||
|
||||
Reference in New Issue
Block a user