Hi people,
There is an error produced when the TicTac Toe is enabled. This can be fixed by addign a line to each of two files.
Under Rincewind's Grimoire/Language/Right Click edit the language file you are using and add the following line just before the closing }
sTicTacToeHelp = "Games\\Tic Tac Toe\\Help",
In Rincewind's Grimoire/Language/Commands edit the language file you are using and add the following line just before the closing }
sTicTacToeHelp = "tictactoehelp",
Adding these two lines will resolve the problem.