Aside from the weird bugs, spelling and grammatical errors, if you're at the beach house and select a movie to watch (for example, a romantic movie), you end up watching something other than the choice you selected. Oh, and there's the stuck on needing to watch an anal porn with the daughter.. even though she doesn't "want to talk with you". I'll have a look at the script and see if there's a workaround because this is getting annoying.
And yes, this is even with version 0.4.0b.
I think I may have found it...
Code:
$ Lprog = 24
$ L23ae = True
$ Time += 1
jump Livingroom_choice
label L24:
hide screen Help_menu
hide screen L_hints_menu
hide screen M_hints_menu
hide screen Hud_skiptime
hide screen Hud_time
hide screen Hud_days
hide screen Choice_screen
$ Night_movie = 0
Confirmed, because at the end of the anal video scene, that should trigger L24e to true (or 1 if you're using an online save editor).
This is what I'm seeing:
Code:
$ L24e = True
$ Lprog = 25
$ Time += 1
jump Sleep
I should point out that changing the values for L24e, L24ae and Lprog do nothing to get the scene for you. What you're basically doing is bypassing the bug and ending the current content. So if you're looking to see the scene between the two while they are watching anal porn together, you won't. At least, not until this bug is fixed.