PtokaX forum

Archive => Grimoire => AllInOne Scripts => Archived 5.1 boards => Grimoire - Bugs => Topic started by: Rincewind on 18 December, 2006, 20:11:13

Title: Grimoire v3.3.2/Octavo v1.2.1 Error
Post by: Rincewind on 18 December, 2006, 20:11:13
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.