I also couldn’t trigger a couple of events/achievements with version 0.40.0. So I looked into the scripts and I found that the reason were some bugs. Simple things like e.g. typos or upper-/lowercase issues. Some of these only happen if you trigger events in a certain order.
43) Leliana’s secrets 2
The respective event label existed but was never triggered.
57) Law Exam
The respective event label started with a lowercase letter, but was called with an uppercase letter. Since in a different script file a different Spencer event had the same label with an uppercase letter, that one was triggered instead.
85) The drone III
The respective random event got the number 3, but the randomizer was defined to put out only 1 or 2.
65) Gratitude
Bani thanks couldn’t be triggered because a >= if condition in a too early line prevented that the line with the == if condition for the needed value could be reached.
98) A Gift
The wine menu option was defined as an extra menu after the menu with the other options (instead of a conditional option) and was therefore never displayed.
124) Questions in the Dark
The achievement was triggered correctly first, but it was done by looking if certain variables are == 1. These variables got greater values when the videocamera story progresses and then the achievement was shown as not accomplished again.
125) Doubt of Guilt
The event should have been triggered in your own dorm at a certain daytime, but wasn’t. It was triggered after changing the daytime (not sure why the original daytime didn’t work).
Replay Gallery
Due to upper/lowercase issues and forgetting to count up (probably copy & paste error) at some parts, some unlocked animations are displayed as locked or have the wrong preview image. The first 2 animations on the second page cannot be played after they were unlocked because the movie player is triggered in a different way during the gameplay event.
I made work-arounds so that I could proceed and finish this version. I’ve attached the changed script files (they belong into the "game" folder). But since at the Patreon page of the author already new versions are available I suggest to simply wait for the next version instead.