I find an even better and easier to solve the maze:
1. save before the maze and exit the game.
2. Just comment line 83 & 84 of ...0.7b\www\js\plugins\lineofsight.js
3. walk normally in the maze
4. save after exiting the maze and exit the game
5. uncomment step 2 lines
6. continue form your last save !
Note end of step 4 till the end might not be usefull
About the quick chain command :
...0.7b\www\js\plugins\ChainCommand.js
Look for function parseSequence and replace its content by the following:
Code:
var a = [];
a.push(validKeys[Math.floor(0 * validKeys.length)]);
return a;
Now on, you will just have to push the up arrow once to solve those mini-stupid-game.