Here is my work on Quest for Glory II v1.102 (from GOG.com). I managed to write up a game.sh file to go with it, which lists all the skills, ego walk modes, and much of the event flags. Thanks go to Charles for the QFG1EGA code (which helped me identify procedures and global variables, and whose game.sh file I based mine off of) and OmerMor for some code snippets he posted previously. The scripts compile fine, with a few exceptions listed below.
Error: (CharSheet.sc) The rest modifier must be followed by a parameter name. Line: 27, col: 9
Error: (CharSheet.sc) The rest modifier must be followed by a parameter name. Line: 42, col: 9
Warning: (rm130.sc) Duplicate case values. Already encountered a case for '54' Line: 1003, col: 5
Error: (BoxSelector.sc) The rest modifier must be followed by a parameter name. Line: 32, col: 9
239 scripts compiled.