This file is meant to allow a Maze Maker to set options for secrets for one maze.   This file is unique among the textfiles used in the Challenge Maze Software because it can contain different numbers of total lines depending on how many types of secrets a Maze Maker chooses to create.   All other textfiles in the Challenge Maze Software have a set number of lines the Challenge Maze Software uses.   When adding a new type of secret to a maze a Maze Maker must include entries for all options a secret can have.   The entry options for 'ALL SECRETS' must always be included in this textfile.   Another rather unique quality of this textfile is that it is one of only two types of files that are written to by Maze Makers and the Challenge Maze Software.   The other type of file is the (room number).txt File.
The text on each 'Secret Name' entry line must be a completely unique line in the file.   No other lines can be exactly like the name of the Secret.   This includes the entry indicator lines (lines starting with '//') and the names of other Sercrets.   This is because the 'Secrets.txt' file can have different numbers of lines and so Challenge Maze Software finds the entries by looking for the 'Secret Name'.   It looks there instead of first finding the line number like it does for entries in the other textfiles.   If any other lines have the same text as a 'Secret Name' the Challenge Maze Software may look on the wrong line and many difficult to understand problems can occur.