I joined Lina in the gym for 3 weeks straight, but no event has been triggered, does anybody know why?
Same thing happened in my playthrough. (You can check this post
#1,032 for the fix) Thanks to GreenGames.
Look like the hint system isn't working properly. You need to enter console command to fix the problem. I've checked the character tab on the menu and found out Evelyn, Lina and Monica's hints didn't update. I manually entered necessary commands to fix these hints.
For Lina's story you have to open the console (shift+O) and type
$ lin_hint = 8 and then press enter.
For other characters you can check the script.rpy file in the PhotoHunt/game folder. Open it with notepad and search for "hint" Eventually you will find the lines like
$ ev_hints = {
$ lin_hints = {
$ mon_hints = {
Check the bottom of these lines and you will find the outcome your actions in the game. For example on last update (Evelyn story) there were two outcomes. Under the
$ ev_hints = { your outcome should be 6th or 7th line. If your outcome is 7 you have to open the console and type
$ ev_hint = 7
I hope this helps. Have fun