changeset 1448:8d07f07bd72b

Clarify in the BatMUD configuration / setup section that "sc" should be turned on.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 29 Aug 2011 19:33:35 +0300
parents 83c1ea5b4400
children 1863c4f2c390
files docs/manual.sgml
diffstat 1 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.sgml	Mon Aug 29 19:33:06 2011 +0300
+++ b/docs/manual.sgml	Mon Aug 29 19:33:35 2011 +0300
@@ -685,6 +685,12 @@
 <userinput>@@sc set H:{colorhp}/&lt;maxhp&gt; S:{colorsp}/&lt;maxsp&gt; E:{colorep}/&lt;maxep&gt; $:&lt;cash&gt; exp:&lt;exp&gt;</userinput>
 </listitem>
 
+
+ <listitem><para>Enable automatic short score (required for automatic updating of HP/SP/EP values on statusline):</para>
+<userinput>@@sc on</userinput>
+</listitem>
+
+
  <listitem><para>Prompt</para>
 <userinput>@@prompt PROMPT:&gt;</userinput>
 <para>If you wish, you can add any BatMUD specific data to the prompt
@@ -3238,13 +3244,13 @@
 
   <qandaentry>
      <question>
-       <para>My statusline is not updating, why?</para>
+       <para>My statusline is not updating, why? (HP/SP/EP values not updating)</para>
      </question>
      <answer>
        <para>
-Maybe you haven't properly set up your 'short score' or 'prompt'
-in BatMUD. See <link linkend="inst-config-batmud">setup-section</link>
-for how to do that.
+Maybe you haven't set up your 'short score' or 'prompt' in BatMUD or there is some
+typo in the setting. See <link linkend="inst-config-batmud">setup-section</link>
+for how to do that properly.
        </para>
      </answer>
   </qandaentry>