Ultra Freeze Tag gives server admins the ability to create custom help
files.  Players can access these help files using the "help" command.

Some help files describing game features are included in the help folder.

Rules for making help files:

- help.txt is read when the client requests no help file.  (That's
  "/help" on a line by itself.)  This is the help index.  When you make
  a new help file, put an entry for it here.

- All help files MUST end in ".txt" and MUST reside in the "help" directory.

- DO NOT use double quotes, semicolons, or backslashes in your help file.
  These characters will be ignored.

- DO NOT make help files longer than 40 wrapped lines.  Any lines past
  40 will not be printed.

- DO NOT make help files larger than 14000 characters.  Any characters
  past 14000 will not be printed.

- DO NOT expect wrapped lines longer than 900 characters to retain colors
  properly.  The server game has to split lines longer than 900 characters
  into separate print commands.

It would be nice not to have the last three limitations, but they're
imposed by the game engine.  (More properly, they're conservative
estimates of engine limitations with regards to the transmission of text.)
As far as user interface design goes, these rules are good ideas anyway.
Players get bored with too much reading, and it's annoying to have to
scroll up.
