# HG changeset patch # User Matti Hamalainen # Date 1430841808 -10800 # Node ID e3683413d8e26fdce447eb22c093884613504ec0 # Parent d1ea70ae13c90069f2337abc0488a387c00ed25c Add notes about settings correctness. diff -r d1ea70ae13c9 -r e3683413d8e2 docs/manual.sgml --- a/docs/manual.sgml Tue May 05 19:00:26 2015 +0300 +++ b/docs/manual.sgml Tue May 05 19:03:28 2015 +0300 @@ -993,7 +993,11 @@ Statusline is updated synchronously at ticks, skill- and spell -castings and certain other events. +castings and certain other events. This depends on +your BatMUD settings +being correctly set up. If HP/SP/EP etc. information does +not appear, most likely your 'sc' setting is "wrong", +and thus does not get parsed by GgrTF. @@ -2557,6 +2561,13 @@ The code in this module uses features available on TF 5.0 beta 7 and later, it will NOT work correctly in older betas! + +The functionality of the statusline depends on +your BatMUD settings +being correctly set up. If HP/SP/EP etc. information does +not appear, most likely your 'sc' setting is "wrong", +and thus does not get parsed by GgrTF. +