changeset 331:806a7cf5e8de

Add FAQ entry about gagging of round flag.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Mar 2006 18:13:23 +0000
parents 8e9b87150211
children 36c9ff0c16af
files docs/manual.sgml
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.sgml	Wed Mar 08 17:54:46 2006 +0000
+++ b/docs/manual.sgml	Wed Mar 08 18:13:23 2006 +0000
@@ -1805,6 +1805,27 @@
      </answer>
   </qandaentry>
 
+
+  <qandaentry>
+     <question>
+       <para>I don't want to see the battle round flag!</para>
+     </question>
+     <answer>
+       <para>
+The round flag is required for GgrTF's internal functionality,
+but you can gag it with following piece of code (add it to your
+.tfrc fiel or something):
+</para>
+<screen>
+/eval /set event_battle_round=myroundgag %{event_battle_round}
+/def -i myroundgag=/substitute -ag
+</screen>
+<para>
+The first line adds macro "myroundgag" to be executed on each round marker,
+the second line defines that macro and sets it to gag the round marker.
+</para>
+     </answer>
+  </qandaentry>
 <!--
   <qandaentry>
      <question>