This is a cool module, I'm currently using it in my game.
However, I have encountered a few issues and I think other people would have them too.
How can I add an "Open Journal" button to the GUI, and a "Close" button in the journal? I can't seem to find any script commands for this.
Also, when new entries are added, I don't want the journal to pop up automatically, I just want it to update itself and let the player open it when they want to.
I might add a sound effect to indicate new entries, for a good example play the game "Submachine 5: The Root". Edit: I've been able to add sounds for the turn pages buttons and also in the global script for AddEntry. Now for the opening and closing of it!
Edit again: Ah! I've done it! Despite scripting not being my strong suit, after searching through the help file I found some commands. gui[number].visible brings up the journal and closes it. I put one on the icon bar and another in the journal itself. Works perfectly.